diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b43983..f6669746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 5.3.0 * Add support for Rails 7.1. (no meaningful changes required.) * Add `SimpleForm.deprecator` to integrate with new application deprecators in Rails 7.1. diff --git a/Gemfile.lock b/Gemfile.lock index 36272c7d..360f342e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (5.2.0) + simple_form (5.3.0) actionpack (>= 5.2) activemodel (>= 5.2) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index f2e9b229..a38eb7ce 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module SimpleForm - VERSION = "5.2.0".freeze + VERSION = "5.3.0".freeze end