CHANGELOG.md in deimos-ruby-1.12.0 vs CHANGELOG.md in deimos-ruby-1.12.1
- old
+ new
@@ -5,9 +5,14 @@
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.12.1 - 2021-11-02
+
+- ### Fixes :wrench:
+- Fixed issue where Schema Class Consumer/Producer are using `Deimos::` instead of `Schema::` for instances of classes.
+
# 1.12.0 - 2021-11-01
### Features :star:
- Generate Schema classes from Avro Schemas