diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae80eaae9..a11d6ac17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,5 @@ "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", "python/instrumentation/openinference-instrumentation-groq": "0.1.4", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", - "python/instrumentation/openinference-instrumentation-anthropic": "0.1.7" + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.8" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md index e42e9a80c..2d14fbfc0 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.7...python-openinference-instrumentation-anthropic-v0.1.8) (2024-11-20) + + +### Bug Fixes + +* capture anthropic model name from response ([#1124](https://github.com/Arize-ai/openinference/issues/1124)) ([8e915f2](https://github.com/Arize-ai/openinference/commit/8e915f2589764575dea0771284c4ecf3182460ec)) + ## [0.1.7](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.6...python-openinference-instrumentation-anthropic-v0.1.7) (2024-10-31) diff --git a/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py b/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py index f1380eede..9cb17e797 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py +++ b/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py @@ -1 +1 @@ -__version__ = "0.1.7" +__version__ = "0.1.8"