Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jul 6, 2024
1 parent d84b398 commit 44e7643
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

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

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

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

## [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.1...v2.3.0)

### Added
- Add not like (=does not contain) operator ([#3421](https://github.com/railsadminteam/rails_admin/pull/3421))

### Security
- Fix XSS vulnerability in the list view ([d84b398](https://github.com/railsadminteam/rails_admin/commit/d84b39884059c4ed50197cec8522cca029a17673), [GHSA-8qgm-g2vv-vwvc](https://github.com/railsadminteam/rails_admin/security/advisories/GHSA-8qgm-g2vv-vwvc))


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

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

Expand Down
4 changes: 2 additions & 2 deletions lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module RailsAdmin
class Version
MAJOR = 2
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0
PRE = nil

class << self
Expand Down

0 comments on commit 44e7643

Please sign in to comment.