CHANGELOG.md in deimos-ruby-1.13.3 vs CHANGELOG.md in deimos-ruby-1.14.0

- old
+ new

@@ -5,9 +5,16 @@ 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.14.0 - 2022-05-16 + +- **Breaking Change**: Nest sub-schemas by default into their parent schemas when generating classes. +- Add the `nest_child_schemas` option to essentially bring back the previous behavior in terms of code use (the actual classes will be separated out into different files). + +# 1.13.3 - 2022-05-10 + - Some cleanup on the active_record generator - Fix crash with `test_consume_message` when using schema classes - Add `[]=` and `merge` methods on the base schema class # 1.13.2 - 2022-04-07