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) ------------------