Skip to content

Commit

Permalink
chore(release): Bump version to 1.1.4
Browse files Browse the repository at this point in the history
chore(release): Bump version to 1.1.4
  • Loading branch information
amplitude-sdk-bot committed Dec 12, 2023
1 parent 677ebe7 commit fe1573e
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.4 (2023-12-12)
### Fix
* Allow none property value but not send ([#54](https://github.com/amplitude/Amplitude-Python/issues/54)) ([`677ebe7`](https://github.com/amplitude/Amplitude-Python/commit/677ebe72efe86f231bd4c4bfc13f02794ff63b8b))

## v1.1.3 (2023-09-01)
### Fix
* Set group should set user property ([#51](https://github.com/amplitude/Amplitude-Python/issues/51)) ([`964a1b6`](https://github.com/amplitude/Amplitude-Python/commit/964a1b6693a98f4343e9b4c9f94f89a1b747335c))
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 = "1.1.3"
SDK_VERSION = "1.1.4"

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

0 comments on commit fe1573e

Please sign in to comment.