From b516e6a0f02302d8162f0985e43a417ec0421264 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 5 Sep 2024 10:08:54 +0200 Subject: [PATCH] update CHANGELOG and bump version to 0.2.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- src/elasticotel/distro/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31510b9..9e279c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Elastic Distribution of OpenTelemetry Python Changelog +## v0.2.0 + +- Added some documentation (#110) +- Bump to OTel 1.27.0 (#117) +- Enabled `os` resource detector by default (#117) + ## v0.1.0 First release. diff --git a/README.md b/README.md index 889362e..1f4f3de 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ opentelemetry-instrument gunicorn main:app ## Configuration -The distribution supports all the configuration variables from OpenTelemetry Python project version 1.25.0. +The distribution supports all the configuration variables from OpenTelemetry Python project version 1.27.0. ### Default configuration variables diff --git a/src/elasticotel/distro/version.py b/src/elasticotel/distro/version.py index 89bd7a7..a90ab4b 100644 --- a/src/elasticotel/distro/version.py +++ b/src/elasticotel/distro/version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.0" +__version__ = "0.2.0"