Skip to content

Commit 1aeffa9

Browse files
authored
add changelog entry and update versoin (#87)
1 parent 5ae7feb commit 1aeffa9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.3.1 - 2023-02-07
2+
3+
1. Log instead of raise error on posthog personal api key errors
4+
2. Remove upper bound on backoff dependency
5+
6+
17
## 2.3.0 - 2023-01-31
28

39
1. Add support for returning payloads of matched feature flags

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "2.3.0"
1+
VERSION = "2.3.1"
22

33
if __name__ == "__main__":
44
print(VERSION, end="")

0 commit comments

Comments
 (0)