Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 8, 2021
1 parent bdd2640 commit 9bba287
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.2.0...HEAD)
[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.2.1...HEAD)


## [2.2.1](https://github.com/sferik/rails_admin/tree/v2.2.0) - 2021-08-08

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

### Fixed
- Fix missing select options for single-select enum filters([#3372](https://github.com/sferik/rails_admin/pull/3372))


## [2.2.0](https://github.com/sferik/rails_admin/tree/v2.2.0) - 2021-07-24
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 = 2
PATCH = 0
PATCH = 1
PRE = nil

class << self
Expand Down

0 comments on commit 9bba287

Please sign in to comment.