Skip to content

Commit 9f31d79

Browse files
committed
Version 2.3.1
1 parent 34d8431 commit 9f31d79

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
## [Unreleased](https://github.com/sferik/rails_admin/tree/HEAD)
44

5-
[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.3.0...HEAD)
5+
[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.3.1...HEAD)
6+
7+
## [2.3.1](https://github.com/sferik/rails_admin/tree/v2.3.1) - 2024-07-11
8+
9+
[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.3.0...v2.3.1)
10+
11+
### Fixed
12+
- Revert [d84b398](https://github.com/railsadminteam/rails_admin/commit/d84b39884059c4ed50197cec8522cca029a17673), as 2.x wasn't affected by the vulnerability ([34d8431](https://github.com/railsadminteam/rails_admin/commit/34d8431efbe45943d1a413eb80f725ad9ec6971f), [#3686](https://github.com/railsadminteam/rails_admin/issues/3686#issuecomment-2215491140))
613

714
## [2.3.0](https://github.com/sferik/rails_admin/tree/v2.3.0) - 2024-07-06
815

lib/rails_admin/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module RailsAdmin
22
class Version
33
MAJOR = 2
44
MINOR = 3
5-
PATCH = 0
5+
PATCH = 1
66
PRE = nil
77

88
class << self

0 commit comments

Comments
 (0)