diff --git a/CHANGELOG.md b/CHANGELOG.md index e39b1c9a..42f53284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog and versioning +## 2.14.12 + +### Various fixes & improvements + +- doc: Describe max_batch_size/max_batch_time in our strategies (#294) by @untitaker +- ref: Timestamp is not optional on commit log (#293) by @lynnagara +- feat(metrics): Add a metric for number of invalid messages encountered (#292) by @lynnagara + ## 2.14.11 ### Various fixes & improvements diff --git a/setup.py b/setup.py index a7930b8e..3542c7ac 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.14.11", + version="2.14.12", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",