From 3579ce7297d38c2e4b99acfc2aab59dfc537bb16 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 10 Jul 2013 19:25:09 -0700 Subject: [PATCH] Doc updates plus HipChat notification --- .travis.yml | 2 ++ CHANGELOG.md | 14 ++++++++++---- README.md | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2de161b..4df2a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,5 @@ notifications: - dev@maxmind.com on_success: change on_failure: always + hipchat: + secure: "Um4ZUKu3B66IrL8ux8sIiL/A16NZKugHHvbegKenRjUGQB6OXQ4h0H8D0qzG\n+oSt3jYibhNSgUy7zLTEOvfD/gBJurnbbzS5b8RtDUrzp6LMeaxZbJa2Efbl\nZK88g8LV4frwCevEW2JWqKmqEgnOqhfkDDaJoiaJHX/RLyOJwBc=" diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cb924..625af73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +0.3.0 (2013-07-XX) +------------------ + +* In namespaces and class names, "GeoIP2" was renamed to "GeoIp2" to improve + consistency. + 0.2.1 (2013-06-10) ------------------ @@ -13,18 +19,18 @@ CHANGELOG * `GenericException` was renamed to `GeoIP2Exception`. * We now support more languages. The new languages are de, es, fr, and pt-BR. * The REST API now returns a record with data about your account. There is - a new geoip.records.MaxMind class for this data. + a new `GeoIP\Records\MaxMind` class for this data. * The `continentCode` attribute on `Continent` was renamed to `code`. * Documentation updates. 0.1.1 (2013-05-14) ------------------ -* Updated Guzzle version requirement -* Fixed Composer example in README.md +* Updated Guzzle version requirement. +* Fixed Composer example in README.md. 0.1.0 (2013-05-13) ------------------ -* Initial release +* Initial release. diff --git a/README.md b/README.md index e78c267..00a34cd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To do this, add ```geoip2/geoip2``` to your ```composer.json``` file. ```json { "require": { - "geoip2/geoip2": "0.2.*" + "geoip2/geoip2": "0.3.*" } } ```