diff --git a/CHANGELOG.md b/CHANGELOG.md
index 534b31cecefae09b84c64f3ec7e2e47532ed48ac..f116b45841f26c8bd3a5a45b4afbc1911e7fde3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 
 
+## [4.3.1] - 2025-05-12
+
+### Bug Fixes
+
+- Improve structure and port attributes in login and password components
+
+
+
 ## [4.3.0] - 2025-05-12
 
 ### Add Features
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 56cb0bf2c8c949950cbe85afbd044924afc8a32b..e9e917e832f347a278ea946b5898405bf72351a5 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "4.3.0";
-  commit = "6806ff8f34900bd9be3e81e3f23819bbc89bf939";
+  version = "4.3.1";
+  commit = "91ce70793be4c3a3ea35b29f2c119a97be7d3c36";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 32d88b17a43f50445d41805fb901973fb75f0fa7..7b64c225bdd514344cb048ac83740ca49e665a40 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@schukai/monster",
-	"version": "4.3.0",
+	"version": "4.3.1",
 	"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
 	"keywords": [
 		"framework",