diff --git a/CHANGELOG.md b/CHANGELOG.md index cadf522..2cb3704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +* no unreleased changes * + +## 11.2.1 / 2024-11-18 ### Fixed * Support Ruby 3.2 and 3.3, Rails 7.1, 7.2 and 8.0 diff --git a/lib/ndr_import/version.rb b/lib/ndr_import/version.rb index b793ae3..6e4e13a 100644 --- a/lib/ndr_import/version.rb +++ b/lib/ndr_import/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true # This stores the current version of the NdrImport gem module NdrImport - VERSION = '11.2.0' + VERSION = '11.2.1' end