Skip to content

Commit

Permalink
version 2.5.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE authored Apr 10, 2023
1 parent de7def9 commit 4aa3499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.0 - 2023-04-10

1. Add option for instantiating separate client object

## 2.4.2 - 2023-03-30

1. Update backoff dependency for posthoganalytics package to be the same as posthog package
Expand Down
2 changes: 1 addition & 1 deletion posthog/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "2.4.2"
VERSION = "2.5.0"

if __name__ == "__main__":
print(VERSION, end="") # noqa: T201

0 comments on commit 4aa3499

Please sign in to comment.