CHANGELOG.md in deimos-ruby-1.8.1.pre.beta9 vs CHANGELOG.md in deimos-ruby-1.8.2.pre.beta1
- old
+ new
@@ -5,9 +5,16 @@
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.8.2-beta1 - 2020-09-09
+
+### Features :star:
+
+- Added the ability to specify the topic for `publish`
+and `publish_list` in a producer
+
## 1.8.1-beta9 - 2020-08-27
### Fixes :wrench:
- Moved the TestHelpers hook to `before(:suite)` to allow for
overriding e.g. in integration tests.