Skip to content

Commit

Permalink
chore(release): Bump version to 1.1.1
Browse files Browse the repository at this point in the history
chore(release): Bump version to 1.1.1
  • Loading branch information
amplitude-sdk-bot committed Mar 29, 2023
1 parent fd8360a commit 8733729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.1.1 (2023-03-29)
### Fix
* Use daemon threads for conn pool and poller ([#20](https://github.com/amplitude/experiment-python-server/issues/20)) ([`fd8360a`](https://github.com/amplitude/experiment-python-server/commit/fd8360a7a8eeff20a97ae41682f794a19c2f568e))

## v1.1.0 (2023-03-14)
### Feature
* Flag dependencies ([#19](https://github.com/amplitude/experiment-python-server/issues/19)) ([`948ecd8`](https://github.com/amplitude/experiment-python-server/commit/948ecd814b373cbe80424bd986fd654e5f83401e))
Expand Down
2 changes: 1 addition & 1 deletion src/amplitude_experiment/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 8733729

Please sign in to comment.