Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Prepare for 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Apr 30, 2014
1 parent da6bdae commit 3783038
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

1.2.13 (2014-04-30)
-------------------

* Previously no checks were done to ensure that an organization name did not
exceed the 300 character maximum. If an organization name did exceed this
maximum, an `ArrayIndexOutOfBoundsException` was thrown.
* A potential string comparison issue was fixed in `getLocation`.
* Documentation and test fixes.

1.2.12 (2014-03-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We recommend installing this package with Maven. To do this, add the dependency
<dependency>
<groupId>com.maxmind.geoip</groupId>
<artifactId>geoip-api</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
```

Expand Down

0 comments on commit 3783038

Please sign in to comment.