diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e19644257..f5b984587 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "python/instrumentation/openinference-instrumentation-guardrails": "0.1.3", "python/instrumentation/openinference-instrumentation-vertexai": "0.1.4", "python/instrumentation/openinference-instrumentation-crewai": "0.1.3", - "python/instrumentation/openinference-instrumentation-haystack": "0.1.13", + "python/instrumentation/openinference-instrumentation-haystack": "0.1.14", "python/instrumentation/openinference-instrumentation-litellm": "0.1.6", "python/instrumentation/openinference-instrumentation-groq": "0.1.5", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", diff --git a/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md index d6e887541..1d2407a8f 100644 --- a/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-haystack-v0.1.13...python-openinference-instrumentation-haystack-v0.1.14) (2025-01-17) + + +### Bug Fixes + +* **haystack:** ensure compatibility with haystack 2.9 ([#1205](https://github.com/Arize-ai/openinference/issues/1205)) ([6ee2ebf](https://github.com/Arize-ai/openinference/commit/6ee2ebf95c88bf54b2a65dfcc04ab72d8f20a7db)) + ## [0.1.13](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-haystack-v0.1.12...python-openinference-instrumentation-haystack-v0.1.13) (2024-10-31) diff --git a/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py b/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py index 3cb7d95ef..fb69db9cf 100644 --- a/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py +++ b/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py @@ -1 +1 @@ -__version__ = "0.1.13" +__version__ = "0.1.14"