diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fb9d809d7f8329980ab5db9a8c44d158e8acae1..8808adcaae18bc74dddbcee4599af5643ad17714 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
 
 
 
+## [3.102.0] - 2025-01-27
+
+### Add Features
+
+- new databind for int[] and string[]
+- **select:** new ignoreValues feature [#287](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/287)
+### Changes
+
+- close issue [#285](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/285) [#286](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/286)
+
+
+
 ## [3.101.3] - 2025-01-27
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 1aec321682412a700830e0a7a13baf801b46218e..6d24efc7c0eb1c1c28562cc78a9b1292ad19c993 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.101.3";
-  commit = "e2cac22c521baf34a17238e73a2c00d7ed26968a";
+  version = "3.102.0";
+  commit = "cb4f00975a89cc16efec7ab81b981c369eb4fb1b";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 4fd8ccd22911c8e6c45e69160e51be90d05590ba..0eafcec99300b2d473bec41966e3ea2809495241 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.101.3",
+  "version": "3.102.0",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",