CHANGELOG.md in anyway_config-2.5.0 vs CHANGELOG.md in anyway_config-2.5.1
- old
+ new
@@ -1,8 +1,14 @@
# Change log
## master
+## 2.5.1 (2023-08-04)
+
+- Fix Rails detection. ([@palkan][])
+
+Fixes [#134](https://github.com/palkan/anyway_config/issues/134).
+
## 2.5.0 (2023-07-24)
- Generators: Add `config_name` to generated classes if name contains underscore. ([@palkan][])
- Load Rails extensions even if Rails was loaded after Anyway Config. ([@palkan][])