CHANGELOG.md in deimos-ruby-1.9.2 vs CHANGELOG.md in deimos-ruby-1.10.0

- old
+ new

@@ -5,9 +5,19 @@ 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.10.0 - 2021-03-22 + +- ### Roadmap :car: + +- Extracted the configuration piece into a separate gem, [fig_tree](https://www.github.com/flipp-oss/fig_tree). +- Added a `save_record` method to ActiveRecordConsumer in case calling code wants to work with the record before saving. + +- ### Fixes :wrench: + +- Fixed a regression where the default values for consumer / Phobos listener configs were not correct (they were all nil). This is technically a breaking change, but it puts the configs back the way they were at version 1.4 and matches the documentation. ## 1.9.2 - 2021-01-29 - ### Fixes :wrench: