diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9b81d..6d1b6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.1.0 (2015-09-02) + +* Added simplified StaticStringy class +* str in Stringy::create and constructor is now optional + ### 2.0.0 (2015-07-29) * Removed StaticStringy class diff --git a/README.md b/README.md index bfa47be..11d634c 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ in your composer.json file: ```json "require": { - "danielstjules/stringy": "~2.0" + "danielstjules/stringy": "~2.1" } ```