Skip to content

Commit e5f3135

Browse files
chore(release): Bump version to 1.1.0
chore(release): Bump version to 1.1.0
1 parent 885fd5b commit e5f3135

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.1.0 (2022-09-08)
6+
### Feature
7+
* Add ingestion_metadata field ([#36](https://github.com/amplitude/Amplitude-Python/issues/36)) ([`a74a943`](https://github.com/amplitude/Amplitude-Python/commit/a74a943caab46e51a63c2933ce680aa9a345e7d9))
8+
* Add library context identifier ([#33](https://github.com/amplitude/Amplitude-Python/issues/33)) ([`d1c8f52`](https://github.com/amplitude/Amplitude-Python/commit/d1c8f52c595361d59cb9f0cfaa3cb13afb75ee30))
9+
* Add version_name to EventOptions ([#31](https://github.com/amplitude/Amplitude-Python/issues/31)) ([`5f9f098`](https://github.com/amplitude/Amplitude-Python/commit/5f9f098f08cd5293ceb896e17435fc5249129adf))
10+
11+
### Fix
12+
* 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))
13+
14+
### Documentation
15+
* Update Ampli Python url ([#34](https://github.com/amplitude/Amplitude-Python/issues/34)) ([`45d2a67`](https://github.com/amplitude/Amplitude-Python/commit/45d2a67ecb588a82f807686ace02c24be04c6bd2))
16+
517
## v0.4.1 (2022-06-23)
618
### Fix
719
* 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))

src/amplitude/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from enum import Enum
22

33
SDK_LIBRARY = "amplitude-python"
4-
SDK_VERSION = "1.0.0"
4+
SDK_VERSION = "1.1.0"
55

66
EU_ZONE = "EU"
77
DEFAULT_ZONE = "US"

0 commit comments

Comments
 (0)