Skip to content

Commit 94d090c

Browse files
committed
Prepare for 0.9.0 release
1 parent 91c37ac commit 94d090c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.9.0 (2026-02-06)
2+
--------------------------
3+
Extract ASN fields from ISP database (#183)
4+
Add support for ASN database (#184)
5+
Add anonymousIp documentation to README (#184)
6+
17
Version 0.8.2 (2025-11-03)
28
--------------------------
39
Fix CI (#182)

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.2** and is compatible with Scala 2.13.
22+
The latest version of scala-maxmind-iplookups is **0.9.0** 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.2"
27+
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.9.0"
2828
```
2929

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

0 commit comments

Comments
 (0)