From da6cb09073890dc5af7afb910848860cf40cd0c5 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Thu, 14 Nov 2024 16:23:29 -0500 Subject: [PATCH] prepare 2.16.0 release --- CHANGES.md | 12 +++++++++--- lib/kithe/version.rb | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 97a7958..0687faf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,16 +2,22 @@ ### Added -* Allow and test on Rails 8 https://github.com/sciencehistory/kithe/pull/184 +* + +### Fixed * +## 2.16.0 + +### Added + +* Allow and test on Rails 8 https://github.com/sciencehistory/kithe/pull/184 + ### Fixed * Fix repeatable_attr_input for Bootstrap 5.x. https://github.com/sciencehistory/kithe/pull/183 -* - ## 2.15.1 ### Fixed diff --git a/lib/kithe/version.rb b/lib/kithe/version.rb index 1b2d79b..15c625e 100644 --- a/lib/kithe/version.rb +++ b/lib/kithe/version.rb @@ -1,3 +1,3 @@ module Kithe - VERSION = '2.15.1' + VERSION = '2.16.0' end