Skip to content

Commit

Permalink
Bump version and update changelog for v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstif committed Mar 20, 2024
1 parent 5ea00f1 commit 4fff3a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions lib/bisu/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4fff3a6

Please sign in to comment.