CHANGELOG.md in alba-2.1.0 vs CHANGELOG.md in alba-2.2.0
- old
+ new
@@ -4,9 +4,23 @@
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]
+## [2.2.0] 2023-02-17
+
+### Added
+
+- Rails integration to set default inflector [#298](https://github.com/okuramasafumi/alba/pull/298)
+
+### Fixed
+
+- Fix cascade not working with association and inheritance [#300](https://github.com/okuramasafumi/alba/pull/300)
+
+### Removed
+
+- Drop support of Ruby 2.6
+
## [2.1.0] 2022-12-03
### Added
- Add `select` method for filtering attributes [#270](https://github.com/okuramasafumi/alba/pull/270)