From 5f932a6ae8823b636f07fc4652725a91d78b0427 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Tue, 26 Sep 2023 10:26:03 -0400 Subject: [PATCH] rel: prepare 0.2.3b0 (#160) --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72af8fa..2131265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # honeycomb-opentelemetry-python changelog +## [0.2.3b0] - 2023-09-25 + +### Fixes + +- maint: Don’t append OTLP signal paths if already present (#156) | @MikeGoldsmith +- fix: set shell to `bash` in `Makefile` to enable `unset` (#154) | @to-json + +### Maintenance + +- maint(deps-dev): bump pylint from 2.17.5 to 2.17.6 (#159) | @dependabot +- maint(deps): bump the otel versions to 1.20.0/0.41b0 (#158) | @dependabot +- maint(deps-dev): bump the testing-dependencies group with 1 update (#157) | @dependabot + ## [0.2.2b0] - 2023-08-16 ### Maintenance diff --git a/pyproject.toml b/pyproject.toml index 58a4c54..36c3542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "honeycomb-opentelemetry" -version = "0.2.2b0" +version = "0.2.3b0" description = "Honeycomb OpenTelemetry Distro for Python" authors = ["Honeycomb "] readme = "README.md"