From 719f999ad234b7c9c5452424c9c25a7ff16b162b Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Wed, 11 Aug 2021 13:20:29 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 12 ++++++++++++ README.md | 6 ++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a884bb3..2094111 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index 2ccf369..3c993a9 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.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] @@ -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: