Skip to content

Commit

Permalink
Version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Oct 10, 2024
1 parent f54a102 commit b09f770
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased](https://github.com/railsadminteam/rails_admin/tree/HEAD)

[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.2.0...HEAD)
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.2.1...HEAD)

## [3.2.1](https://github.com/railsadminteam/rails_admin/tree/v3.2.0) - 2024-10-10

[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.2.0...v3.2.1)

### Fixed

- Disable Turbo's prefetch behavior globally, to prevent custom actions unintentionally triggered ([f54a102](https://github.com/railsadminteam/rails_admin/commit/f54a102c6b0a420244ef044503944574ef1dfbd2), [#3701](https://github.com/railsadminteam/rails_admin/issues/3701))

## [3.2.0](https://github.com/railsadminteam/rails_admin/tree/v3.2.0) - 2024-09-08

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RailsAdmin
class Version
MAJOR = 3
MINOR = 2
PATCH = 0
PATCH = 1
PRE = nil

class << self
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rails_admin",
"version": "3.2.0",
"version": "3.2.1",
"description": "RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.",
"homepage": "https://github.com/railsadminteam/rails_admin",
"license": "MIT",
Expand Down

0 comments on commit b09f770

Please sign in to comment.