Skip to content

Commit dc9a36e

Browse files
Prepare release for opentelemetry-instrumentation-openai-v2 v2.1b0 (#3195)
1 parent 9b217bb commit dc9a36e

File tree

3 files changed

+3
-3
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

3 files changed

+3
-3
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## Version 2.1b0 (2025-01-17)
99

1010
- Coerce openai response_format to semconv format
1111
([#3073](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3073))

instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.1b0.dev"
15+
__version__ = "2.1b0"

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
libraries = [
1919
{
2020
"library": "openai >= 1.26.0",
21-
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0.dev",
21+
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0",
2222
},
2323
{
2424
"library": "google-cloud-aiplatform >= 1.64",

0 commit comments

Comments
 (0)