CHANGELOG.md in dry-rails-0.4.0 vs CHANGELOG.md in dry-rails-0.5.0
- old
+ new
@@ -1,7 +1,16 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 0.5.0 2022-02-11
+
+
+### Changed
+
+- dry-system dependency was bumped to >= 0.23 (via #52) (@solnic)
+
+[Compare v0.4.0...v0.5.0](https://github.com/dry-rb/dry-rails/compare/v0.4.0...v0.5.0)
+
## 0.4.0 2021-12-23
This is a big update - please also read dry-system [CHANGELOG](https://github.com/dry-rb/dry-system/blob/master/CHANGELOG.md) versions 0.20 and 0.21.
### Added
@@ -13,9 +22,10 @@
- `config.auto_inject_constant` is now cleared during code reloading (see #40 for more info) (@diegotoral)
### Changed
- Updated to work with dry-system 0.21 (via #48 and #50) (@zlw + @solnic)
+- dry-system dependency was bumped to >= 0.23 (via #52) (@solnic)
[Compare v0.3.0...v0.4.0](https://github.com/dry-rb/dry-rails/compare/v0.3.0...v0.4.0)
## 0.3.0 2020-08-26