diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e021e248f..2b185be8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,5 +13,6 @@ "python/instrumentation/openinference-instrumentation-haystack": "0.1.9", "python/instrumentation/openinference-instrumentation-litellm": "0.1.3", "python/instrumentation/openinference-instrumentation-groq": "0.1.2", - "python/instrumentation/openinference-instrumentation-instructor": "0.1.1" + "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.0" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md new file mode 100644 index 000000000..5423eeca8 --- /dev/null +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.1.0 (2024-08-20) + + +### Features + +* add README and release please for anthropic instrumentor ([#925](https://github.com/Arize-ai/openinference/issues/925)) ([e8b8973](https://github.com/Arize-ai/openinference/commit/e8b897357d31b2d611c80f4e2d3c5246e87fab1d)) +* Anthropic instrumentation ([#878](https://github.com/Arize-ai/openinference/issues/878)) ([895eeee](https://github.com/Arize-ai/openinference/commit/895eeee6c2e7519acf5f0d6e25598d29c4f56925))