Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Aug 11, 2021
1 parent aa3fc3d commit 719f999
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 0.7.2 (2021-08-11)
--------------------------
Extend copyright notice to 2021
Update publishing workflow for GH pages
Run scalafmtCheck in github action
Migrate from travis to github actions
Bump scala-lru-map to 0.5.0
Bump cats to 2.6.1
Bump cats-effect to 2.5.3
Bump maxmind geopip2 to 2.15.0
Bump sbt to 1.5.5

Version 0.7.1 (2020-07-07)
--------------------------
Bump geoip2 to 2.13.1 (#136)
Expand Down
6 changes: 4 additions & 2 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.1** and is compatible with Scala 2.13.
The latest version of scala-maxmind-iplookups is **0.7.2** and is compatible with Scala 2.13.

Add this to your SBT config:

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

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

## Usage

See [the scaladoc](https://snowplow.github.io/scala-maxmind-iplookups/0.7.2/) 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 719f999

Please sign in to comment.