diff --git a/.release-please-manifest.json b/.release-please-manifest.json index afebec0232..8264c8d813 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.33.2","packages/phoenix-evals":"0.16.0","packages/phoenix-otel":"0.5.1"} \ No newline at end of file +{".":"4.34.0","packages/phoenix-evals":"0.16.0","packages/phoenix-otel":"0.5.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc1146ca2..edd1c8397d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.34.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v4.33.2...arize-phoenix-v4.34.0) (2024-09-17) + + +### Features + +* finer grain last N time range ([#4632](https://github.com/Arize-ai/phoenix/issues/4632)) ([021f4e8](https://github.com/Arize-ai/phoenix/commit/021f4e84442b0b4b298906a0d441472cba98f55e)) + + +### Documentation + +* create groq_tracing_tutorial.ipynb ([#4615](https://github.com/Arize-ai/phoenix/issues/4615)) ([5883c5a](https://github.com/Arize-ai/phoenix/commit/5883c5af296bc77f5249ec955b397ef041041507)) +* **quickstart:** convert Phoenix inferences instructions to notebook ([#4593](https://github.com/Arize-ai/phoenix/issues/4593)) ([1e9541a](https://github.com/Arize-ai/phoenix/commit/1e9541a142bd040be726f78d530ceef796c2593c)) + ## [4.33.2](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v4.33.1...arize-phoenix-v4.33.2) (2024-09-12) diff --git a/src/phoenix/version.py b/src/phoenix/version.py index 3fb267db76..884ed1d1e5 100644 --- a/src/phoenix/version.py +++ b/src/phoenix/version.py @@ -1 +1 @@ -__version__ = "4.33.2" +__version__ = "4.34.0"