From 67ae8573b4ac09f7cbd076d29dcf2c2018cd6c8b Mon Sep 17 00:00:00 2001 From: Brooke Sargent Date: Thu, 7 Mar 2024 12:05:14 -0500 Subject: [PATCH] rel: prep v0.4.0b0 release (#181) ## Which problem is this PR solving? Prep the 0.4.0 release (wasn't totally sure if this should be `a` or `b`) --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2450f24..57c5994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # honeycomb-opentelemetry-python changelog +## [0.4.0b0] - 2024-03-06 + +### Enhancements + +- feat: support classic ingest keys (#180) | @brookesargent + +### Maintenance + +- docs: Fix django example typos (#178) | @MikeGoldsmith + ## [0.3.0a0] - 2024-02-08 ### Maintenance diff --git a/pyproject.toml b/pyproject.toml index ea84782..a5756f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "honeycomb-opentelemetry" -version = "0.3.0a0" +version = "0.4.0b0" description = "Honeycomb OpenTelemetry Distro for Python" authors = ["Honeycomb "] readme = "README.md"