Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Mar 14, 2021
1 parent ae2712c commit 39d0eb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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/sferik/rails_admin/tree/HEAD)

[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.1.0...HEAD)
[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.1.1...HEAD)


## [2.1.1](https://github.com/sferik/rails_admin/tree/v2.1.1) - 2021-03-14

[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.1.0...v2.1.1)

### Fixed
- Fix AbstractObject's proxying was incompatible with keyword arguments in Ruby 3.0 ([#3342](https://github.com/sferik/rails_admin/issues/3342))


## [2.1.0](https://github.com/sferik/rails_admin/tree/v2.1.0) - 2021-02-28
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 @@ -2,7 +2,7 @@ module RailsAdmin
class Version
MAJOR = 2
MINOR = 1
PATCH = 0
PATCH = 1
PRE = nil

class << self
Expand Down

0 comments on commit 39d0eb4

Please sign in to comment.