diff --git a/.release b/.release
index 9069128..290b441 160000
--- a/.release
+++ b/.release
@@ -1 +1 @@
-Subproject commit 9069128a8cbbab42c2b50989c630700397c4aba1
+Subproject commit 290b441b2052b219585e0690da703c56ee1e698e
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3e4b46..b8e5e31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Unreleased
+### [0.9.2] - 2026-07-30
+
+- engine = type, remove it (#27)
+
### [0.9.1] - 2026-07-24
- group.get: always return array
@@ -144,3 +148,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[0.8.10]: https://github.com/NicTool/validate/releases/tag/v0.8.10
[0.9.0]: https://github.com/NicTool/validate/releases/tag/v0.9.0
[0.9.1]: https://github.com/NicTool/validate/releases/tag/v0.9.1
+[0.9.2]: https://github.com/NicTool/validate/releases/tag/v0.9.2
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index d5cd48f..d1f5582 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -2,7 +2,7 @@
This handcrafted artisanal software is brought to you by:
-| 
msimerson (32) | 
burning-bush-dev (1) |
+| 
msimerson (34) | 
burning-bush-dev (1) |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
this file is generated by [.release](https://github.com/msimerson/.release).
diff --git a/package.json b/package.json
index 07994ec..65ab506 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@nictool/validate",
- "version": "0.9.1",
+ "version": "0.9.2",
"description": "NicTool Object Validation",
"type": "module",
"files": [
@@ -52,7 +52,7 @@
"eslint": "^10.8.0",
"@eslint/js": "^10.0.1",
"eslint-config-prettier": "^10.1.8",
- "globals": "^17.7.0"
+ "globals": "^17.8.0"
},
"dependencies": {
"joi": "^18.2.3",