diff --git a/CHANGELOG.md b/CHANGELOG.md
index d744b42..8cc4f41 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+
+# [2.0.0](https://github.com/atomastic/filesystem) (2021-02-19)
+* Move to PHP 7.4
+* Fix tests
+* Code refactoring
+
# [1.1.0](https://github.com/atomastic/filesystem) (2020-12-05)
* add ability to extend Filesystem class with Macros.
diff --git a/README.md b/README.md
index e913dcb..352a6e1 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,4 @@ Run tests
### License
[The MIT License (MIT)](https://github.com/atomastic/filesystem/blob/master/LICENSE)
-Copyright (c) 2020 [Sergey Romanenko](https://github.com/Awilum)
+Copyright (c) 2021 [Sergey Romanenko](https://github.com/Awilum)