From c6af57f9cb3fed679f91ea41384dfdaf191fdaa9 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Tue, 10 Dec 2024 09:14:54 -0700 Subject: [PATCH] Bump version to 1.14.1 --- CHANGELOG.md | 4 ++++ lib/strip_attributes/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b364341..5c1fb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi ## [Unreleased] - TBD +## [1.14.1] - 2024-12-10 + +- `funding_uri` added to gemspec + ## [1.14.0] - 2024-11-10 - Adds Rails 8 support ([#73], [#74]) diff --git a/lib/strip_attributes/version.rb b/lib/strip_attributes/version.rb index 5533fa7..6cc0f7a 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.14.0" + VERSION = "1.14.1" end