diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b984587..3d4b805a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,5 +15,6 @@ "python/instrumentation/openinference-instrumentation-groq": "0.1.5", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9", - "python/instrumentation/openinference-instrumentation-smolagents": "0.1.0" + "python/instrumentation/openinference-instrumentation-smolagents": "0.1.0", + "python/instrumentation/openinference-instrumentation-autogen": "0.1.0" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md index f617de383..2c548ff7b 100644 --- a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md @@ -1,3 +1,12 @@ +# Changelog + +## 0.1.0 (2025-01-17) + + +### Features + +* basic instrumentation for autogen (ag2) ([#1211](https://github.com/Arize-ai/openinference/issues/1211)) ([e02a055](https://github.com/Arize-ai/openinference/commit/e02a0553eb84ee253c7931738c5116e0a310194a)) + ## 0.1.0 (2025-01-16)