CHANGELOG.md in memery-1.3.0 vs CHANGELOG.md in memery-1.4.0
- old
+ new
@@ -1,7 +1,11 @@
## [Unreleased]
+## [1.4.0] - 2021-03-15
+### Fixed
+- Fix compatibility with `ActiveSupport::Concern`. ([@tycooon] and [@AlexWayfer]) [#26]
+
## [1.3.0] - 2020-02-10
### Added
- Allow memoization after including module with Memery. ([@AlexWayfer]) [#23]
### Changed
@@ -52,5 +56,6 @@
[#17]: https://github.com/tycooon/memery/pull/17
[#19]: https://github.com/tycooon/memery/pull/19
[#22]: https://github.com/tycooon/memery/pull/22
[#23]: https://github.com/tycooon/memery/pull/23
[#25]: https://github.com/tycooon/memery/pull/25
+[#26]: https://github.com/tycooon/memery/pull/26