From 789175789730e15d109763a0f3491cf170d9bc83 Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:52:08 +1100 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 11 ++++++++++- lib/double_entry/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dcf144..48e60e3e 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 f8ba9afb..28935d95 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