Skip to content

Commit 39051a9

Browse files
authored
update CHANGELOG and bump version to 1.11.0 (#456)
1 parent 056d0da commit 39051a9

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v1.11.0
4+
5+
- Bump OpenTelemetry to 1.38.0/0.59b0 (#454)
6+
7+
Upstream changes:
8+
* https://github.com/open-telemetry/opentelemetry-python/discussions/4779
9+
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3865
10+
- Bump OpenTelemetry to 1.39.1/0.60b1 (#455)
11+
12+
Upstream changes:
13+
* 1.39.0/0.60b0: https://github.com/open-telemetry/opentelemetry-python/discussions/4834
14+
* 1.39.1/0.60b1: https://github.com/open-telemetry/opentelemetry-python/discussions/4852
15+
* 1.39.0/0.60b0: https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3997
16+
* 1.39.1/0.60b1: https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4022
17+
318
## v1.10.2
419

520
- Fix distro logging without a tty (#436)

docs/release-notes/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-python-X.X.X-fixes]
2828
% *
2929

30+
## 1.11.0 [edot-python-1.11.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.11.0-features-enhancements]
33+
34+
- Bump OpenTelemetry to 1.38.0/0.59b0 ([#454](https://github.com/elastic/elastic-otel-python/pull/454))
35+
36+
Upstream changes:
37+
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/4779)
38+
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3865)
39+
- Bump OpenTelemetry to 1.39.1/0.60b1 ([#455](https://github.com/elastic/elastic-otel-python/pull/455))
40+
41+
Upstream changes:
42+
* [opentelemetry-python 1.39.0/0.60b0](https://github.com/open-telemetry/opentelemetry-python/discussions/4834)
43+
* [opentelemetry-python 1.39.1/0.60b1](https://github.com/open-telemetry/opentelemetry-python/discussions/4852)
44+
* [opentelemetry-python-contrib 1.39.0/0.60b0](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3997)
45+
* [opentelemetry-python-contrib 1.39.1/0.60b1](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4022)
46+
3047
## 1.10.2 [edot-python-1.10.2-release-notes]
3148

3249
### Fixes [edot-python-1.10.2-fixes]

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.10.2"
17+
__version__ = "1.11.0"

0 commit comments

Comments
 (0)