From 7e91d1ead2dc399a53c0dd0d9be8a2f41db7dbe7 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sun, 14 Sep 2014 10:58:46 -0700 Subject: [PATCH] 1.6.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de52df..9dedbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.6.0 (2014-09-14) + + * Added toTitleCase + ### 1.5.2 (2014-07-09) * Announced support for HHVM diff --git a/README.md b/README.md index 35e11a8..c93bf42 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ If you're using Composer to manage dependencies, you can include the following in your composer.json file: "require": { - "danielstjules/stringy": ">=1.5.2" + "danielstjules/stringy": ">=1.6.0" } Then, after running `composer update` or `php composer.phar update`, you can