Skip to content

Commit 6cf52ea

Browse files
sjvansyevgentrukhinmauriciolauffer
authored
v1.2.4 (#319) (#320)
Co-authored-by: Yevgen Trukhin <[email protected]> Co-authored-by: Mauricio Lauffer <[email protected]>
1 parent c28393e commit 6cf52ea

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [main, release]
77
pull_request:
8-
branches: [main]
8+
branches: [main, release]
99

1010
jobs:
1111
build:

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1717

1818
### Fixed
1919

20-
- User-provided instances of SAP Cloud Logging should have either tag `cloud-logging` or `Cloud Logging`
21-
2220
### Removed
2321

22+
## Version 1.2.4 - 2025-04-09
23+
24+
### Fixed
25+
26+
- User-provided instances of SAP Cloud Logging should have either tag `cloud-logging` or `Cloud Logging`
27+
2428
## Version 1.2.3 - 2025-03-10
2529

2630
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/telemetry",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "CDS plugin providing observability features, incl. automatic OpenTelemetry instrumentation.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)