Skip to content

Commit 3c91ede

Browse files
committed
chore(release): 9.10.4 [skip ci]
## [9.10.4](v9.10.3...v9.10.4) (2025-03-07) ### Bug Fixes * **schema-bypass:** properly bypass schema update using forest_disable_auto_schema_apply ([#721](#721)) ([4540c7a](4540c7a))
1 parent 4540c7a commit 3c91ede

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.10.4](https://github.com/ForestAdmin/forest-rails/compare/v9.10.3...v9.10.4) (2025-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **schema-bypass:** properly bypass schema update using forest_disable_auto_schema_apply ([#721](https://github.com/ForestAdmin/forest-rails/issues/721)) ([4540c7a](https://github.com/ForestAdmin/forest-rails/commit/4540c7a755fcf8db98bdb54396e19762fc0b0cc4))
7+
18
## [9.10.3](https://github.com/ForestAdmin/forest-rails/compare/v9.10.2...v9.10.3) (2025-03-05)
29

310

lib/forest_liana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "9.10.3"
2+
VERSION = "9.10.4"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forest-rails",
3-
"version": "9.10.3",
3+
"version": "9.10.4",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)