Skip to content

Commit

Permalink
Release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Oct 11, 2023
1 parent bf1013a commit 8f77f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 8f77f59

Please sign in to comment.