Skip to content

Commit 5f5b9cc

Browse files
committed
Prepare for 0.8.2 release
1 parent 69a9439 commit 5f5b9cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.8.2 (2025-10-31)
2+
--------------------------
3+
Switch file mode to memory (#180)
4+
15
Version 0.8.1 (2022-08-17)
26
--------------------------
37
Bump cats-effect to 3.3.14 (#175)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ can also configure an LRU (Least Recently Used) cache of variable size
1919

2020
## Installation
2121

22-
The latest version of scala-maxmind-iplookups is **0.8.1** and is compatible with Scala 2.13.
22+
The latest version of scala-maxmind-iplookups is **0.8.2** and is compatible with Scala 2.13.
2323

2424
Add this to your SBT config:
2525

2626
```scala
27-
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.8.1"
27+
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.8.2"
2828
```
2929

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

0 commit comments

Comments
 (0)