Skip to content

Commit

Permalink
chore(main): release 1.5.1 (#1884)
Browse files Browse the repository at this point in the history
* chore(main): release 1.5.1

* Bump version and tweak release notes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dustin Ngo <dustin.ngo@gmail.com>
  • Loading branch information
github-actions[bot] and anticorrelator authored Dec 6, 2023
1 parent 2530569 commit 7ac9727
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/Arize-ai/phoenix/compare/v1.5.0...v1.5.1) (2023-12-06)


### Bug Fixes

* Improve rate limiter behavior ([#1855](https://github.com/Arize-ai/phoenix/issues/1855)) ([2530569](https://github.com/Arize-ai/phoenix/commit/25305699c639d4c556c413e27a4c13378a548a77))

## [1.5.0](https://github.com/Arize-ai/phoenix/compare/v1.4.0...v1.5.0) (2023-12-06)


Expand Down
2 changes: 1 addition & 1 deletion src/phoenix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .trace.fixtures import load_example_traces
from .trace.trace_dataset import TraceDataset

__version__ = "1.5.0"
__version__ = "1.5.1"

# module level doc-string
__doc__ = """
Expand Down

0 comments on commit 7ac9727

Please sign in to comment.