Skip to content

Commit b20fdd2

Browse files
Release v3.2.0
1 parent 818ec07 commit b20fdd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 3.2.0
22

33
* Add support for Ruby 3.3/3.4 and Rails 7.2/8.0/8.1. (no changes required)
44
* Drop support for Rails < 7 and Ruby < 2.7.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
responders (3.1.1)
4+
responders (3.2.0)
55
actionpack (>= 7.0)
66
railties (>= 7.0)
77

lib/responders/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Responders
4-
VERSION = "3.1.1"
4+
VERSION = "3.2.0"
55
end

0 commit comments

Comments
 (0)