From e5f31357bcdcde348402bec0d0f92930d321906f Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Thu, 8 Sep 2022 00:37:07 +0000 Subject: [PATCH] chore(release): Bump version to 1.1.0 chore(release): Bump version to 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ src/amplitude/constants.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b529d..6d3180d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## v1.1.0 (2022-09-08) +### Feature +* Add ingestion_metadata field ([#36](https://github.com/amplitude/Amplitude-Python/issues/36)) ([`a74a943`](https://github.com/amplitude/Amplitude-Python/commit/a74a943caab46e51a63c2933ce680aa9a345e7d9)) +* Add library context identifier ([#33](https://github.com/amplitude/Amplitude-Python/issues/33)) ([`d1c8f52`](https://github.com/amplitude/Amplitude-Python/commit/d1c8f52c595361d59cb9f0cfaa3cb13afb75ee30)) +* Add version_name to EventOptions ([#31](https://github.com/amplitude/Amplitude-Python/issues/31)) ([`5f9f098`](https://github.com/amplitude/Amplitude-Python/commit/5f9f098f08cd5293ceb896e17435fc5249129adf)) + +### Fix +* Update pyproject to use tag version to fix release workflow ([#37](https://github.com/amplitude/Amplitude-Python/issues/37)) ([`885fd5b`](https://github.com/amplitude/Amplitude-Python/commit/885fd5bc13d97ba1098ae175321409a440eadd23)) + +### Documentation +* Update Ampli Python url ([#34](https://github.com/amplitude/Amplitude-Python/issues/34)) ([`45d2a67`](https://github.com/amplitude/Amplitude-Python/commit/45d2a67ecb588a82f807686ace02c24be04c6bd2)) + ## 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)) diff --git a/src/amplitude/constants.py b/src/amplitude/constants.py index 325eb22..187514b 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.0.0" +SDK_VERSION = "1.1.0" EU_ZONE = "EU" DEFAULT_ZONE = "US"