Skip to content

Commit

Permalink
Get ready for 3.2.1 release (#8312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrunberg committed May 2, 2024
1 parent 24e613d commit 67ee3b4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 3.2.1 [](https://github.com/activeadmin/activeadmin/compare/v3.2.0..v3.2.1)

### Enhancements

* Backport Suppress ruby 3.3 warning [#8310] by [@mgrunberg]
* Backport Recommend using target="_blank" instead of target="blank" [#8311] by [@mgrunberg]

## 3.2.0 [](https://github.com/activeadmin/activeadmin/compare/v3.1.0..v3.2.0)

### Security Fixes
Expand Down Expand Up @@ -898,6 +905,8 @@ Please check [0-6-stable] for previous changes.
[#8165]: https://github.com/activeadmin/activeadmin/pull/8165
[#8166]: https://github.com/activeadmin/activeadmin/pull/8166
[#8167]: https://github.com/activeadmin/activeadmin/pull/8167
[#8310]: https://github.com/activeadmin/activeadmin/pull/8310
[#8311]: https://github.com/activeadmin/activeadmin/pull/8311

[@1000ship]: https://github.com/1000ship
[@5t111111]: https://github.com/5t111111
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activeadmin (3.2.0)
activeadmin (3.2.1)
arbre (~> 1.2, >= 1.2.1)
csv
formtastic (>= 3.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
activeadmin (3.2.0)
activeadmin (3.2.1)
arbre (~> 1.2, >= 1.2.1)
csv
formtastic (>= 3.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_70/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
activeadmin (3.2.0)
activeadmin (3.2.1)
arbre (~> 1.2, >= 1.2.1)
csv
formtastic (>= 3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ActiveAdmin
VERSION = "3.2.0"
VERSION = "3.2.1"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@activeadmin/activeadmin",
"version": "3.2.0",
"version": "3.2.1",
"description": "The administration framework for Ruby on Rails.",
"main": "app/assets/javascripts/active_admin/base.js",
"type": "module",
Expand Down

0 comments on commit 67ee3b4

Please sign in to comment.