Skip to content

Commit

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

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

## 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))
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.0.0"
SDK_VERSION = "1.1.0"

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

0 comments on commit e5f3135

Please sign in to comment.