Skip to content

Commit 4a3a6ec

Browse files
chore(release): Bump version to 1.2.1
chore(release): Bump version to 1.2.1
1 parent 6a097cf commit 4a3a6ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.2.1 (2023-08-25)
6+
7+
### Fix
8+
9+
* Update FlagResult class and fix assignment tracking issue ([#37](https://github.com/amplitude/experiment-python-server/issues/37)) ([`6a097cf`](https://github.com/amplitude/experiment-python-server/commit/6a097cfebdd3546d2041679c49ecff81c9482588))
10+
* Provide AssignmentConfig class for use ([#36](https://github.com/amplitude/experiment-python-server/issues/36)) ([`afbd36c`](https://github.com/amplitude/experiment-python-server/commit/afbd36c80048b9e8d9a4c8fd9dbb211d1fc4b9b1))
11+
* Use relative import in LocalEvaluationConfig ([#35](https://github.com/amplitude/experiment-python-server/issues/35)) ([`f5b7897`](https://github.com/amplitude/experiment-python-server/commit/f5b789703b3abb77387ac530526f1550a5a048ed))
12+
513
## v1.2.0 (2023-08-22)
614

715
### Feature
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)