diff --git a/.release-please-manifest.json b/.release-please-manifest.json index edcb4fc8e..a486e66b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,5 +6,5 @@ "python/instrumentation/openinference-instrumentation-langchain": "0.1.14", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.3", "python/instrumentation/openinference-instrumentation-mistralai": "0.0.5", - "python/openinference-instrumentation": "0.1.4" + "python/openinference-instrumentation": "0.1.5" } \ No newline at end of file diff --git a/python/openinference-instrumentation/CHANGELOG.md b/python/openinference-instrumentation/CHANGELOG.md index fbfd591e3..031cd265d 100644 --- a/python/openinference-instrumentation/CHANGELOG.md +++ b/python/openinference-instrumentation/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.4...python-openinference-instrumentation-v0.1.5) (2024-05-06) + + +### Bug Fixes + +* Add missing context variables to list ([#438](https://github.com/Arize-ai/openinference/issues/438)) ([ab2ef46](https://github.com/Arize-ai/openinference/commit/ab2ef4655c16e662c499b0302f4a0b28892f6b6c)) + ## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.3...python-openinference-instrumentation-v0.1.4) (2024-05-06) diff --git a/python/openinference-instrumentation/src/openinference/instrumentation/version.py b/python/openinference-instrumentation/src/openinference/instrumentation/version.py index bbab0242f..1276d0254 100644 --- a/python/openinference-instrumentation/src/openinference/instrumentation/version.py +++ b/python/openinference-instrumentation/src/openinference/instrumentation/version.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"