Skip to content

Commit

Permalink
Bump to v5.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand committed Nov 14, 2024
1 parent 931e0ac commit 9d53cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## [Unreleased]
* no unreleased changes

## 5.10.4 / 2024-11-13
### Added
* Support Rails 7.1, 7.2, 8.0, Ruby 3.2, 3.3. Drop support for Rails 6.1

## 5.10.3 / 2023-02-12
## 5.10.3 / 2024-02-12
## Fixed
* Fixed issue with constant in wrong file/concern
* Added tests for roman5 cleaning method
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This defines the NdrSupport version. If you change it, rebuild and commit the gem.
# Use "rake build" to build the gem, see rake -T for all bundler rake tasks.
module NdrSupport
VERSION = '5.10.3'
VERSION = '5.10.4'
end

0 comments on commit 9d53cd2

Please sign in to comment.