CHANGELOG.md in deimos-ruby-1.11.2 vs CHANGELOG.md in deimos-ruby-1.12.0
- old
+ new
@@ -5,13 +5,20 @@
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.11.2 - 2021-08-27
+# 1.12.0 - 2021-11-01
+### Features :star:
+
+- Generate Schema classes from Avro Schemas
+- Use Schema Classes in your consumer and producer
+
+## 1.11.0 - 2021-08-27
+
- ### Fixes :wrench:
-- Fixed ActiveRecord batch consumption on MySQL.
+- Fixed issue where ActiveRecord batch consumption could fail when decoding keys.
- ### Roadmap :car:
- TestHelper does not automatically reset Deimos config before each test. [#120](https://github.com/flipp-oss/deimos/pull/120).
**Please note that this is a breaking change**