diff --git a/CHANGELOG.md b/CHANGELOG.md index 20797f5a..f6f5ab0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 2.14.18 + +### Various fixes & improvements + +- fix(dlq): RunTaskWithMultiprocessing supports forwarding downstream invalid message (#301) by @lynnagara + ## 2.14.17 ### Various fixes & improvements diff --git a/setup.py b/setup.py index 558bbb91..c3311a0a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.14.17", + version="2.14.18", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",