Skip to content

Commit 1265df4

Browse files
committed
Doc updates for v0.4.1
1 parent 7d47142 commit 1265df4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
CHANGELOG
22
=========
33

4-
0.4.x (2013-XX-XX)
4+
0.4.1 (2013-08-16)
55
------------------
66

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

911
0.4.0 (2013-07-08)
1012
------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To do this, add the dependency to your pom.xml:
3333
<dependency>
3434
<groupId>com.maxmind.geoip2</groupId>
3535
<artifactId>geoip2</artifactId>
36-
<version>0.4.0</version>
36+
<version>0.4.1</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)