From 1546532b39e618043c287dfa4c014647247e36c4 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 29 Oct 2014 08:48:07 -0700 Subject: [PATCH] Prepare for 2.1.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782cc34..4bf29fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -2.1.0 (2014-09-XX) +2.1.0 (2014-10-29) ------------------ * Update ApiGen dependency to version that isn't broken on case sensitive @@ -10,7 +10,7 @@ CHANGELOG `GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns a `GeoIP2\Model\AnonymousIp` object. * Boolean attributes like those in the `GeoIP2\Record\Traits` class now return - `false` insteadof `null` when they were not true. + `false` instead of `null` when they were not true. 2.0.0 (2014-09-22) ------------------