diff --git a/CHANGELOG b/CHANGELOG index 32d87aa..21e6e1a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index 6b24d04..6463865 100644 --- a/README.md +++ b/README.md @@ -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]