diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 477c51772c..ad57535212 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"3.14.1","packages/phoenix-evals":"0.3.0"} +{".":"3.14.2","packages/phoenix-evals":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be6841056..e540b0324d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.14.2](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v3.14.1...arize-phoenix-v3.14.2) (2024-03-14) + + +### Bug Fixes + +* increase attributes limit on spans ([#2575](https://github.com/Arize-ai/phoenix/issues/2575)) ([94b1930](https://github.com/Arize-ai/phoenix/commit/94b1930f7655f0cea3e889adc4962a01c8acbcf6)) +* support numpy arrays in span to json encoder ([#2583](https://github.com/Arize-ai/phoenix/issues/2583)) ([3a297d5](https://github.com/Arize-ai/phoenix/commit/3a297d535a769ee462b70f2a49428016bd2a3c8c)) + ## [3.14.1](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v3.14.0...arize-phoenix-v3.14.1) (2024-03-14) diff --git a/src/phoenix/version.py b/src/phoenix/version.py index 237d3a709b..010d6e4fb6 100644 --- a/src/phoenix/version.py +++ b/src/phoenix/version.py @@ -1 +1 @@ -__version__ = "3.14.1" +__version__ = "3.14.2"