Skip to content

Commit

Permalink
Doc updates for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Aug 16, 2013
1 parent 7d47142 commit 1265df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
CHANGELOG
=========

0.4.x (2013-XX-XX)
0.4.1 (2013-08-16)
------------------

* Set the user-agent header to include API information.
* Updated documentation.
* Removed unused dependency from Maven POM.

0.4.0 (2013-07-08)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To do this, add the dependency to your pom.xml:
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
```

Expand Down

0 comments on commit 1265df4

Please sign in to comment.