diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dcf14..48e60e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/envato/double_entry/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/envato/double_entry/compare/v2.0.1...HEAD + +## [2.0.1] - 2023-11-01 + +### Fixed + +- Resolve Rails 7.1 coder deprecation warning ([#219]). + +[2.0.1]: https://github.com/envato/double_entry/compare/v2.0.0...v2.0.1 +[#219]: https://github.com/envato/double_entry/pull/219 ## [2.0.0] - 2023-10-25 diff --git a/lib/double_entry/version.rb b/lib/double_entry/version.rb index f8ba9af..28935d9 100644 --- a/lib/double_entry/version.rb +++ b/lib/double_entry/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module DoubleEntry - VERSION = '2.0.0' + VERSION = '2.0.1' end