diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb74de..ea27ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +*no unreleased changes* + +## 7.2.6 / 2024-11-13 ### Fixed * Support Rails 7.2, 8.0, Ruby 3.3 diff --git a/lib/ndr_dev_support/version.rb b/lib/ndr_dev_support/version.rb index aad7564..d027228 100644 --- a/lib/ndr_dev_support/version.rb +++ b/lib/ndr_dev_support/version.rb @@ -2,5 +2,5 @@ # This defines the NdrDevSupport 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 (and our own). module NdrDevSupport - VERSION = '7.2.5' + VERSION = '7.2.6' end