From c2dcba120c0221b7b3e15fccbba22056824e9233 Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Wed, 13 Nov 2024 10:40:04 +0000 Subject: [PATCH] tag v7.2.6 --- CHANGELOG.md | 3 +++ lib/ndr_dev_support/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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