diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f022d9c..f26e88e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.15](https://github.com/ForestAdmin/forest-rails/compare/v9.3.14...v9.3.15) (2024-09-10) + + +### Bug Fixes + +* improve quey with duplicate alias ([#687](https://github.com/ForestAdmin/forest-rails/issues/687)) ([a163407](https://github.com/ForestAdmin/forest-rails/commit/a1634076ff6f7078bb06065396fb6bb8c57eb30d)), closes [#512](https://github.com/ForestAdmin/forest-rails/issues/512) + ## [9.3.14](https://github.com/ForestAdmin/forest-rails/compare/v9.3.13...v9.3.14) (2024-08-30) diff --git a/Gemfile.lock b/Gemfile.lock index b4cfcbb8..addbcb70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.3.14) + forest_liana (9.3.15) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 464ad9ab..8e9d1337 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.3.14" + VERSION = "9.3.15" end diff --git a/package.json b/package.json index 23d9f5f1..763ad78e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.3.14", + "version": "9.3.15", "description": "The official Rails liana for Forest.", "directories": { "test": "test"