Skip to content

Commit 04afb02

Browse files
committed
Bump version to 1.14.1
1 parent 41b5842 commit 04afb02

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
66

77
## [Unreleased] - TBD
88

9+
## [1.14.1] - 2024-12-10
10+
11+
- `funding_uri` added to gemspec
12+
913
## [1.14.0] - 2024-11-10
1014

1115
- Adds Rails 8 support ([#73], [#74])

lib/strip_attributes/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StripAttributes
2-
VERSION = "1.14.0"
2+
VERSION = "1.14.1"
33
end

0 commit comments

Comments
 (0)