Skip to content

Commit

Permalink
chore(release): Bump version to 0.4.1
Browse files Browse the repository at this point in the history
chore(release): Bump version to 0.4.1
  • Loading branch information
amplitude-sdk-bot committed Jun 23, 2022
1 parent 2bbc1b0 commit a7b0f27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.4.1 (2022-06-23)
### Fix
* Get_event_body for enum value from ampli ([#29](https://github.com/amplitude/Amplitude-Python/issues/29)) ([`2bbc1b0`](https://github.com/amplitude/Amplitude-Python/commit/2bbc1b093d800641f846a02194fd3adb7d3bb31d))
* Set_group put group_type/group_name in groups attribute ([#28](https://github.com/amplitude/Amplitude-Python/issues/28)) ([`828040e`](https://github.com/amplitude/Amplitude-Python/commit/828040e08e2ecc7b3ff240cc25dd58fba573e12a))
* Add process logs & flush() returns future ([#27](https://github.com/amplitude/Amplitude-Python/issues/27)) ([`33d4c5c`](https://github.com/amplitude/Amplitude-Python/commit/33d4c5c08a8fb00af177e86f50db10af5dc239b6))

## v0.4.0 (2022-06-03)
### Feature
* Add plan to config ([#26](https://github.com/amplitude/Amplitude-Python/issues/26)) ([`eb3edf9`](https://github.com/amplitude/Amplitude-Python/commit/eb3edf969a29e372da054fb44d2ea8cc89b09d42))
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.4.0"
SDK_VERSION = "0.4.1"

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

0 comments on commit a7b0f27

Please sign in to comment.