Skip to content

Commit 287d463

Browse files
authored
docs(semantic-conventions): correct placement of semconv 1.36.0 changes in changelog (#5794)
1 parent 8e1fc80 commit 287d463

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

semantic-conventions/CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ All notable changes to the semantic-conventions package will be documented in th
99

1010
### :rocket: Features
1111

12-
### :bug: Bug Fixes
13-
14-
### :books: Documentation
15-
16-
### :house: Internal
17-
18-
## 1.35.0
19-
20-
### :rocket: Features
21-
2212
* feat: update semantic conventions to v1.36.0 [#5779](https://github.com/open-telemetry/opentelemetry-js/pull/5779) @trentm
2313
* Semantic Conventions v1.36.0: [changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1360) | [latest docs](https://opentelemetry.io/docs/specs/semconv/)
2414
* `@opentelemetry/semantic-conventions` (stable) changes: *none*
@@ -174,6 +164,21 @@ ATTR_ZOS_SYSPLEX_NAME // zos.sysplex.n
174164

175165
</details>
176166

167+
### :bug: Bug Fixes
168+
169+
### :books: Documentation
170+
171+
### :house: Internal
172+
173+
## 1.35.0
174+
175+
**Known issue:** Changes from semantic conventions **v1.36.0** where accidentally released in this JS package with version **1.35.0**. Please use `@opentelemetry/[email protected]`.
176+
177+
### :rocket: Features
178+
179+
* feat: update semantic conventions to v1.36.0 [#5779](https://github.com/open-telemetry/opentelemetry-js/pull/5779) @trentm
180+
* Changes from semantic conventions **v1.36.0** were incorrectly included in this release. See note above.
181+
177182
* feat: improve the jsdoc comment on exported constants for enum values [#5784](https://github.com/open-telemetry/opentelemetry-js/pull/5784) @trentm
178183
* The jsdoc comment for enum values now includes the 'brief', an
179184
`@experimental` tag, and a `@deprecated` tag if the corresponding fields

0 commit comments

Comments
 (0)