Skip to content

Commit

Permalink
chore(release): Bump version to 0.2.2
Browse files Browse the repository at this point in the history
chore(release): Bump version to 0.2.2
  • Loading branch information
actions-user committed Apr 29, 2022
1 parent 24f807f commit 9f3a523
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-->

## v0.2.2 (2022-04-29)
### Fix
* Use new thread instead of background blocking thread ([#20](https://github.com/amplitude/Amplitude-Python/issues/20)) ([`24f807f`](https://github.com/amplitude/Amplitude-Python/commit/24f807f3c9eb2806deb83c5545151ca034e3ce20))

## v0.2.1 (2022-04-21)
### Fix
* Handles exceptions raised by `request.urlopen` in `HttpClient.post` ([#17](https://github.com/amplitude/Amplitude-Python/issues/17)) ([`4150ea0`](https://github.com/amplitude/Amplitude-Python/commit/4150ea000bb9c67f630c99df4bdf40b8f6fde568))
Expand Down
2 changes: 1 addition & 1 deletion src/amplitude/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

SDK_LIBRARY = "amplitude-python"
SDK_VERSION = "0.2.1"
SDK_VERSION = "0.2.2"

EU_ZONE = "EU"
DEFAULT_ZONE = "US"
Expand Down

0 comments on commit 9f3a523

Please sign in to comment.