From 8f77f598b32ed11b0d56c44481607a6e911bcecb Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 11 Oct 2023 19:05:21 -0300 Subject: [PATCH] Release v5.3.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/simple_form/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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