diff --git a/CHANGELOG.md b/CHANGELOG.md index 69747474..e3eb323a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -2.3.2 (2015-09-XX) +2.3.2 (2015-09-23) ------------------ * `JsonSerializable` compatibility interface was moved to `GeoIp2\Compat` diff --git a/box.json b/box.json index a09988f1..276a674a 100644 --- a/box.json +++ b/box.json @@ -37,7 +37,6 @@ "in": "src" } ], - "directories": ["compat"], "git-version": "git-version", "shebang": false, "stub": true diff --git a/src/WebService/Client.php b/src/WebService/Client.php index 43c1490a..d38388dd 100644 --- a/src/WebService/Client.php +++ b/src/WebService/Client.php @@ -48,7 +48,7 @@ class Client implements ProviderInterface private $client; private static $basePath = '/geoip/v2.1'; - const VERSION = 'v2.3.1'; + const VERSION = 'v2.3.2'; /** * Constructor.