diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f37eeb0..9998f12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.1.0](https://github.com/ForestAdmin/forest-rails/compare/v9.0.0...v9.1.0) (2024-01-29) + + +### Features + +* allow search on UUID v7 and v8 ([#647](https://github.com/ForestAdmin/forest-rails/issues/647)) ([c3be02a](https://github.com/ForestAdmin/forest-rails/commit/c3be02af69bcbbb6c2a21cbea19a228939383e55)) + # [9.0.0](https://github.com/ForestAdmin/forest-rails/compare/v8.1.0...v9.0.0) (2024-01-25) diff --git a/Gemfile.lock b/Gemfile.lock index 3551b28e..6761ddbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.0.0) + forest_liana (9.1.0) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 5a286d4f..154e7fd9 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.0.0" + VERSION = "9.1.0" end diff --git a/package.json b/package.json index ee692e26..09c99d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.0.0", + "version": "9.1.0", "description": "The official Rails liana for Forest.", "directories": { "test": "test"