Skip to content

Commit 3aea79f

Browse files
chore(release): Bump version to 1.2.1
chore(release): Bump version to 1.2.1
1 parent d9accf0 commit 3aea79f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v1.2.1 (2025-11-19)
6+
### Fix
7+
* Respect flush_queue_size in Worker.flush() ([#64](https://github.com/amplitude/Amplitude-Python/issues/64)) ([`d9accf0`](https://github.com/amplitude/Amplitude-Python/commit/d9accf06bafa27446a641cc84a5d8a3f8a86c700))
8+
59
## v1.2.0 (2025-07-01)
610
### Feature
711
* Add support for setting user agent on event ([#61](https://github.com/amplitude/Amplitude-Python/issues/61)) ([`bda8b95`](https://github.com/amplitude/Amplitude-Python/commit/bda8b95f50daf092f0fe570fab473e2255f6f5d5))

src/amplitude/constants.py

Lines changed: 1 addition & 1 deletion
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.2.0"
4+
SDK_VERSION = "1.2.1"
55

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

0 commit comments

Comments
 (0)