Skip to content

Commit

Permalink
chore(main): release arize-phoenix 5.2.2 (#4934)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Oct 9, 2024
1 parent 81fa394 commit 852dcb1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"5.2.1","packages/phoenix-evals":"0.17.0","packages/phoenix-otel":"0.5.1"}
{".":"5.2.2","packages/phoenix-evals":"0.17.0","packages/phoenix-otel":"0.5.1"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.2.2](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v5.2.1...arize-phoenix-v5.2.2) (2024-10-09)


### Bug Fixes

* add Starlette middleware for checking Cross-Site Request Forgery (CSRF) when trusted origins are specified via environment variable ([#4916](https://github.com/Arize-ai/phoenix/issues/4916)) ([26f8e4b](https://github.com/Arize-ai/phoenix/commit/26f8e4b02ff21029582732fcae71a960c39a074d))
* playwright ([#4935](https://github.com/Arize-ai/phoenix/issues/4935)) ([199d0eb](https://github.com/Arize-ai/phoenix/commit/199d0ebbecaf8bf4159d0e8bb9f4653a93276d4f))


### Reverts

* "chore: use git town for making stacked changes ([#4878](https://github.com/Arize-ai/phoenix/issues/4878))" ([#4933](https://github.com/Arize-ai/phoenix/issues/4933)) ([506f412](https://github.com/Arize-ai/phoenix/commit/506f4129df68514fb1477c116fd876fd21c67d60))

## [5.2.1](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v5.2.0...arize-phoenix-v5.2.1) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion src/phoenix/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.2.1"
__version__ = "5.2.2"

0 comments on commit 852dcb1

Please sign in to comment.