diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 713d196b2..309a744b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,5 @@ "python/instrumentation/openinference-instrumentation-litellm": "0.1.4", "python/instrumentation/openinference-instrumentation-groq": "0.1.4", "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", - "python/instrumentation/openinference-instrumentation-anthropic": "0.1.4" + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.5" } \ 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 d1497e889..bf5d9b5a8 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.4...python-openinference-instrumentation-anthropic-v0.1.5) (2024-10-28) + + +### Features + +* **anthropic:** add llm provider and system attributes to anthropic instrumentation ([#1084](https://github.com/Arize-ai/openinference/issues/1084)) ([32756ed](https://github.com/Arize-ai/openinference/commit/32756ed864849082f9eefc63e7d1fd8ec999d0b3)) + ## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.3...python-openinference-instrumentation-anthropic-v0.1.4) (2024-10-11) 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 bbab0242f..1276d0254 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.4" +__version__ = "0.1.5"