From d99fced5cc9d7511165b47d9255e97ab0a3b0436 Mon Sep 17 00:00:00 2001 From: iiwo Date: Fri, 21 Jan 2022 14:17:41 +0100 Subject: [PATCH] bump version to 0.2.6 --- CHANGELOG.md | 7 ++++++- lib/easy_tags/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d510bd..659a08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6] - 2022-01-21 +### Fixed +- Fixed bug with reload method arguments forwarding. [Issue #36](https://github.com/iiwo/easy_tags/issues/36) + ## [0.2.5] - 2020-06-09 ### Fixed - Added association cache invalidation after tag changes are persisted @@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2019-07-15 Initial release -[Unreleased]: https://github.com/iiwo/easy_tagscompare/v0.2.5...HEAD +[Unreleased]: https://github.com/iiwo/easy_tagscompare/v0.2.6...HEAD +[0.2.6]: https://github.com/iiwo/easy_tags/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/iiwo/easy_tags/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/iiwo/easy_tags/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/iiwo/easy_tags/compare/v0.2.2...v0.2.3 diff --git a/lib/easy_tags/version.rb b/lib/easy_tags/version.rb index 5793d5d..5548b5f 100644 --- a/lib/easy_tags/version.rb +++ b/lib/easy_tags/version.rb @@ -1,3 +1,3 @@ module EasyTags - VERSION = '0.2.5'.freeze + VERSION = '0.2.6'.freeze end