From 77cfd2fce6331f6ca0407057309914d7eb0e584e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 21:13:06 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- ldotel/__init__.py | 2 +- pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3d941..db70a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Python OTEL package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.2.0](https://github.com/launchdarkly/python-server-sdk-otel/compare/1.1.0...1.2.0) (2025-07-11) + + +### Features + +* Update tracing hook for semantic convention updates. ([#31](https://github.com/launchdarkly/python-server-sdk-otel/issues/31)) ([25dafad](https://github.com/launchdarkly/python-server-sdk-otel/commit/25dafade17eb37caf89f4d0a415a57f711ebef10)) + ## [1.1.0](https://github.com/launchdarkly/python-server-sdk-otel/compare/1.0.0...1.1.0) (2025-06-26) diff --git a/PROVENANCE.md b/PROVENANCE.md index e00bcec..06a8c55 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the library to verify -VERSION=1.1.0 +VERSION=1.2.0 ``` diff --git a/ldotel/__init__.py b/ldotel/__init__.py index 4fde32c..1613b41 100644 --- a/ldotel/__init__.py +++ b/ldotel/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" # x-release-please-version +__version__ = "1.2.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 1a3553a..8a2d384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-server-sdk-otel" -version = "1.1.0" +version = "1.2.0" description = "LaunchDarkly SDK OpenTelemetry integration" authors = ["LaunchDarkly "] license = "Apache-2.0"