diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f77ce..c9fb233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [2.3.0](https://github.com/hole19/bisu/releases/tag/v2.2.0) + +#### Fixed +- Fix handling of ampersand (&) character on Android localization + ## [2.2.0](https://github.com/hole19/bisu/releases/tag/v2.2.0) #### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index 066de07..b870025 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bisu (2.2.0) + bisu (2.3.0) colorize rubyzip (>= 2.0.0) safe_yaml (>= 1.0.0) diff --git a/lib/bisu/version.rb b/lib/bisu/version.rb index cb06691..5743889 100644 --- a/lib/bisu/version.rb +++ b/lib/bisu/version.rb @@ -1,4 +1,4 @@ module Bisu - VERSION = '2.2.0' - VERSION_UPDATED_AT = '2024-02-23' + VERSION = '2.3.0' + VERSION_UPDATED_AT = '2024-03-20' end