Skip to content

Commit 2317b66

Browse files
chore(release): Bump version to 1.8.0
chore(release): Bump version to 1.8.0
1 parent 2c37029 commit 2317b66

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.8.0 (2025-02-28)
6+
7+
### Feature
8+
9+
* Add stream flag ([#53](https://github.com/amplitude/experiment-python-server/issues/53)) ([`cd8dd95`](https://github.com/amplitude/experiment-python-server/commit/cd8dd95e2751234588e6cba44479c0364fa8bb85))
10+
11+
### Fix
12+
13+
* Add IP property to user object ([#62](https://github.com/amplitude/experiment-python-server/issues/62)) ([`2c37029`](https://github.com/amplitude/experiment-python-server/commit/2c370294c6547f96bdc169f2b0bfd3d334924b3e))
14+
515
## v1.7.0 (2025-02-12)
616

717
### Feature

src/amplitude_experiment/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)