Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Mar 8, 2022
1 parent 44fa507 commit 55ac1f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.8.0 (2022-03-08)
--------------------------
Use coveralls (#173)
Remove gh-pages sbt plugin (#172)
Bump maxmind-geoip2 to 3.0.0 (#171)
Bump specs2 to 4.13.2 (#170)
Add support for Cats Effect 3 (#169)
Update copyright to 2022 (#168)
Bump sbt to 1.6.2 (#167)
Bump scala compiler to 2.13.8, 2.12.15 (#165)

Version 0.7.2 (2021-08-11)
--------------------------
Extend copyright notice to 2021
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.7.2** and is compatible with Scala 2.13.
The latest version of scala-maxmind-iplookups is **0.8.0** and is compatible with Scala 2.13.

Add this to your SBT config:

```scala
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.7.2"
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.8.0"
```

Retrieve the `GeoLite2-City.mmdb` file from the [MaxMind downloads page][maxmind-downloads]
Expand All @@ -36,7 +36,7 @@ of these.

## Usage

See [the scaladoc](https://snowplow.github.io/scala-maxmind-iplookups/0.7.2/) for the full API reference.
See [the scaladoc](https://snowplow.github.io/scala-maxmind-iplookups/) for the full API reference.

Here is a simple usage example, performing just a geographic lookup and not the ISP, domain, or
connection type lookups:
Expand Down

0 comments on commit 55ac1f4

Please sign in to comment.