diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6354801b..063519e48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,7 +12,7 @@ "python/instrumentation/openinference-instrumentation-crewai": "0.1.3", "python/instrumentation/openinference-instrumentation-haystack": "0.1.13", "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", - "python/instrumentation/openinference-instrumentation-groq": "0.1.4", + "python/instrumentation/openinference-instrumentation-groq": "0.1.5", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md index e8dc4b298..441baf459 100644 --- a/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-groq-v0.1.4...python-openinference-instrumentation-groq-v0.1.5) (2024-12-20) + + +### Features + +* **groq:** refactor groq, add groq tool call support ([#1133](https://github.com/Arize-ai/openinference/issues/1133)) ([6057418](https://github.com/Arize-ai/openinference/commit/6057418f26ad2cbbb05c122550fcce462c684058)) + ## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-groq-v0.1.3...python-openinference-instrumentation-groq-v0.1.4) (2024-10-16) diff --git a/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py b/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py index bbab0242f..1276d0254 100644 --- a/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py +++ b/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"