Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading