Skip to content

Commit f4cf4b6

Browse files
committed
Version 3.3.0
1 parent e38c12d commit f4cf4b6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

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

5-
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.2.1...HEAD)
5+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.3.0...HEAD)
6+
7+
## [3.3.0](https://github.com/railsadminteam/rails_admin/tree/v3.3.0) - 2024-12-08
8+
9+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.2.1...v3.3.0)
10+
11+
### Added
12+
13+
- Rails 8.0 support ([#3702](https://github.com/railsadminteam/rails_admin/pull/3702))
614

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

lib/rails_admin/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module RailsAdmin
44
class Version
55
MAJOR = 3
6-
MINOR = 2
7-
PATCH = 1
6+
MINOR = 3
7+
PATCH = 0
88
PRE = nil
99

1010
class << self

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails_admin",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.",
55
"homepage": "https://github.com/railsadminteam/rails_admin",
66
"license": "MIT",

0 commit comments

Comments
 (0)