Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Dec 8, 2024
1 parent e38c12d commit f4cf4b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.1...HEAD)
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.3.0...HEAD)

## [3.3.0](https://github.com/railsadminteam/rails_admin/tree/v3.3.0) - 2024-12-08

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

### Added

- Rails 8.0 support ([#3702](https://github.com/railsadminteam/rails_admin/pull/3702))

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

Expand Down
4 changes: 2 additions & 2 deletions lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module RailsAdmin
class Version
MAJOR = 3
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0
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.1",
"version": "3.3.0",
"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 f4cf4b6

Please # to comment.