CHANGELOG.md in deimos-ruby-1.8.1.pre.beta5 vs CHANGELOG.md in deimos-ruby-1.8.1.pre.beta6
- old
+ new
@@ -5,9 +5,12 @@
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.1-beta6 - 2020-08-13
+- Fix for consuming nil payloads with Ruby 2.3.
+
## 1.8.1-beta5 - 2020-08-13
### Fixes :wrench:
- Fix regression bug which introduces backwards incompatibility
with ActiveRecordProducer's `record_attributes` method.