CHANGELOG.md in sorbet-schema-0.8.0 vs CHANGELOG.md in sorbet-schema-0.9.0
- old
+ new
@@ -2,9 +2,20 @@
All notable changes to this project will be documented in this file.
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).
+## [0.9.0](https://github.com/maxveldink/sorbet-schema/compare/v0.8.0...v0.9.0) (2024-08-05)
+
+
+### ⚠ BREAKING CHANGES
+
+* Replace deeply_nested_hash with options passing in struct ext ([#121](https://github.com/maxveldink/sorbet-schema/issues/121))
+
+### Code Refactoring
+
+* Replace deeply_nested_hash with options passing in struct ext ([#121](https://github.com/maxveldink/sorbet-schema/issues/121)) ([48da547](https://github.com/maxveldink/sorbet-schema/commit/48da54733ee29af92605824da40ba39f0fe3f8a0))
+
## [0.8.0](https://github.com/maxveldink/sorbet-schema/compare/v0.7.2...v0.8.0) (2024-07-19)
### ⚠ BREAKING CHANGES