diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f6be2..1b823f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) + ## v1.1.2 (2023-08-04) ### Fix * Mutable defaults in init ([#48](https://github.com/amplitude/Amplitude-Python/issues/48)) ([`958e394`](https://github.com/amplitude/Amplitude-Python/commit/958e394242e1b0bd9b988a782e611254e496d6e6)) diff --git a/src/amplitude/constants.py b/src/amplitude/constants.py index cdd7bb5..d939d6e 100644 --- a/src/amplitude/constants.py +++ b/src/amplitude/constants.py @@ -1,7 +1,7 @@ from enum import Enum SDK_LIBRARY = "amplitude-python" -SDK_VERSION = "1.1.2" +SDK_VERSION = "1.1.3" EU_ZONE = "EU" DEFAULT_ZONE = "US"