diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c6fae3..b6e2fa97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 2.14.10 + +### Various fixes & improvements + +- ref: Use float in commit codec instead of complex datetime format (#290) by @lynnagara + ## 2.14.9 ### Various fixes & improvements diff --git a/setup.py b/setup.py index 37864857..e01fc0da 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.14.9", + version="2.14.10", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",