diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 01f849c66..7918ef967 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,6 @@ "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", "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-anthropic": "0.1.9", + "python/instrumentation/openinference-instrumentation-smolagents": "0.1.0" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-smolagents/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-smolagents/CHANGELOG.md index 72254c74e..2e71e8ba0 100644 --- a/python/instrumentation/openinference-instrumentation-smolagents/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-smolagents/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.0 (2025-01-15) + + +### Features + +* working instrumentation with smolagents ([#1184](https://github.com/Arize-ai/openinference/issues/1184)) ([a9b70ed](https://github.com/Arize-ai/openinference/commit/a9b70ed91c21535792202d6a0df4120f6095776d)) + ## 0.1.0 (2025-01-10) ### Features