CHANGELOG.md in sorbet-schema-0.7.1 vs CHANGELOG.md in sorbet-schema-0.7.2
- old
+ new
@@ -2,9 +2,16 @@
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.7.2](https://github.com/maxveldink/sorbet-schema/compare/v0.7.1...v0.7.2) (2024-07-11)
+
+
+### Features
+
+* add coercion support for DateTime ([#116](https://github.com/maxveldink/sorbet-schema/issues/116)) ([6f6c3e1](https://github.com/maxveldink/sorbet-schema/commit/6f6c3e151320455bc9734ebb207f746f2c139393))
+
## [0.7.1](https://github.com/maxveldink/sorbet-schema/compare/v0.7.0...v0.7.1) (2024-07-09)
### Features