Skip to content

Commit

Permalink
release: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 20, 2021
1 parent d2153ea commit 52bd66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog and versioning

## Unreleased
## 0.0.4

- Handle missing `orig_message_ts` header. Since all events in the pipeline produced using an older version of arroyo may not have the header yet, temporarily support a None value for `orig_message_ts`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-arroyo",
version="0.0.3",
version="0.0.4",
author="Sentry",
author_email="oss@sentry.io",
license="Apache-2.0",
Expand Down

0 comments on commit 52bd66a

Please sign in to comment.