Skip to content

Commit

Permalink
Prepare for 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand authored and oguzhanunlu committed Aug 17, 2022
1 parent e1af2fd commit 0354a6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.8.1 (2022-08-17)
--------------------------
Bump cats-effect to 3.3.14 (#175)
Bump specs2-core to 4.15.0 (#175)
Bump cats-core to 2.8.0 (#175)
Bump geoip2 to 3.0.1 (#175)

Version 0.8.0 (2022-03-08)
--------------------------
Use coveralls (#173)
Expand Down
4 changes: 2 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.8.0** and is compatible with Scala 2.13.
The latest version of scala-maxmind-iplookups is **0.8.1** and is compatible with Scala 2.13.

Add this to your SBT config:

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

Retrieve the `GeoLite2-City.mmdb` file from the [MaxMind downloads page][maxmind-downloads]
Expand Down

0 comments on commit 0354a6b

Please sign in to comment.