diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76153b3..8e1083a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+# Changelog
+
+## [1.4.3](https://github.com/perfect-panel/ppanel-web/compare/v1.4.2...v1.4.3) (2025-09-16)
+
+
+### 🐛 Bug Fixes
+
+* Add success toast message for sorting in nodes and servers pages ([2d5175d](https://github.com/perfect-panel/ppanel-web/commit/2d5175d))
+* Implement encryption and obfuscation features in protocol configuration ([54de16b](https://github.com/perfect-panel/ppanel-web/commit/54de16b))
+* Refactor toB64 function to toB64Url for URL-safe base64 encoding in VlessX25519Pair generation ([8700cf6](https://github.com/perfect-panel/ppanel-web/commit/8700cf6))
+* Simplify initialValues assignment and update node submission logic in NodesPage ([05d6c89](https://github.com/perfect-panel/ppanel-web/commit/05d6c89))
+* Update bun.lockb to reflect dependency changes ([ebcebd7](https://github.com/perfect-panel/ppanel-web/commit/ebcebd7))
+
# Changelog
diff --git a/package.json b/package.json
index bc017b8..9306045 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ppanel-web",
- "version": "1.4.2",
+ "version": "1.4.3",
"private": true,
"homepage": "https://github.com/perfect-panel/ppanel-web",
"bugs": {