Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Jun 15, 2020
1 parent c262b09 commit 02ee40f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.6.2 (2020-06-06)
Version 0.7.0 (2020-06-06)
--------------------------
Add support for anonymous IP database (#132)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ can also configure an LRU (Least Recently Used) cache of variable size

## Installation

The latest version of scala-maxmind-iplookups is **0.6.2** and is compatible with Scala 2.12.
The latest version of scala-maxmind-iplookups is **0.7.0** and is compatible with Scala 2.12.

Add this to your SBT config:

```scala
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.6.2"
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.7.0"
```

Retrieve the `GeoLite2-City.mmdb` file from the [MaxMind downloads page][maxmind-downloads]
Expand Down Expand Up @@ -253,7 +253,7 @@ As such we recommend upgrading to version 0.4.0 as soon as possible

## Copyright and license

Copyright 2012-2019 Snowplow Analytics Ltd.
Copyright 2012-2020 Snowplow Analytics Ltd.

Licensed under the [Apache License, Version 2.0][license] (the "License");
you may not use this software except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val root = project
.settings(
organization := "com.snowplowanalytics",
name := "scala-maxmind-iplookups",
version := "0.6.2",
version := "0.7.0",
description := "Scala wrapper for MaxMind GeoIP2 library",
scalaVersion := "2.12.8",
javacOptions := BuildSettings.javaCompilerOptions,
Expand Down

0 comments on commit 02ee40f

Please sign in to comment.