diff --git a/CHANGELOG.md b/CHANGELOG.md
index 555faa4..d05be76 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [5.0.1](https://github.com/glowyphp/strings) (2022-07-03)
+* Dependencies fixes.
+
+
+# [5.0.0](https://github.com/glowyphp/strings) (2022-07-03)
+* All Helpers functions are placed into the Glowy/Strings namespace.
+* Use union types.
+* Moving to PHP 8.1
+
# [4.4.0](https://github.com/glowyphp/strings) (2022-07-02)
* Added is() method.
diff --git a/composer.json b/composer.json
index 868ade7..e9f1ffc 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
"php": "^8.1",
"ext-json": "*",
"ext-mbstring": "*",
- "glowy/macroable": "^3.0"
+ "glowy/macroable": "^4.0"
},
"autoload":{
"psr-4": {