diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cfe9f0..3974b18 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+
+# [3.0.2](https://github.com/atomastic/arrays) (2021-02-19)
+* fix dependencies.
+
# [3.0.1](https://github.com/atomastic/arrays) (2021-02-18)
* fix where() method.
diff --git a/README.md b/README.md
index e702122..a46aca7 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,4 @@ Run tests
### License
[The MIT License (MIT)](https://github.com/atomastic/arrays/blob/master/LICENSE)
-Copyright (c) 2020 [Sergey Romanenko](https://github.com/Awilum)
+Copyright (c) 2021 [Sergey Romanenko](https://github.com/Awilum)
diff --git a/composer.json b/composer.json
index 867aa70..f7be30a 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-mbstring": "*",
- "atomastic/macroable": "^1.0"
+ "atomastic/macroable": "^2.0"
},
"autoload":{
"psr-4": {