CHANGELOG.md in deimos-ruby-1.3.0.pre.beta1 vs CHANGELOG.md in deimos-ruby-1.3.0.pre.beta2

- old
+ new

@@ -5,9 +5,13 @@ 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.3.0-beta2] - 2019-11-22 +- Fixed bug where consumers would require a key config in all cases + even though it's optional if they don't use keys. + # [1.3.0-beta1] - 2019-11-21 - Added `fetch_record` and `assign_key` methods to ActiveRecordConsumer. # [1.2.0-beta1] - 2019-09-12 - Added `fatal_error` to both global config and consumer classes.