Skip to content

Commit dff1856

Browse files
committed
Move changelog entry to Unreleased section
1 parent 859c974 commit dff1856

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
> The following components are released independently and maintain individual CHANGELOG files.
1010
> Use [this search for a list of all CHANGELOG.md files in this repo](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python-contrib+path%3A**%2FCHANGELOG.md&type=code).
1111
12+
## Unreleased
13+
14+
### Added
15+
16+
### Fixed
17+
18+
- `opentelemetry-instrumentation-httpx`: instrument_client is a static method again
19+
([#3003](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3003))
20+
21+
### Breaking changes
22+
1223
## Version 1.28.1/0.49b1 (2024-11-08)
1324

1425
### Added
@@ -18,9 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1829

1930
### Fixed
2031

21-
- `opentelemetry-instrumentation-httpx`: instrument_client is a static method again
22-
([#3003](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3003))
23-
2432
### Breaking changes
2533

2634
- `opentelemetry-instrumentation-sqlalchemy` teach instruments version

0 commit comments

Comments
 (0)