CHANGELOG.md in deimos-ruby-1.17.0 vs CHANGELOG.md in deimos-ruby-1.17.1
- old
+ new
@@ -5,9 +5,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## UNRELEASED
+# 1.17.1 - 2022-10-20
+
+- Fix the log message for publishing messages so it uses the topic of the actual message instead of
+ the default for the producer.
+- Use public sord gem instead of private fork.
+
# 1.17.0 - 2022-10-19
- Fix the linting step in the CI
- CHANGE: Add retries to DB poller and bypass "bad batches".
- Add tracing spans to DB poller production.