Skip to content

Commit 5186a1c

Browse files
committed
Prepare for 0.9.1 release
1 parent b9f8eca commit 5186a1c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.9.1 (2026-02-18)
2+
--------------------------
3+
Avoid off-heap memory growth from JDK direct buffer caching (#186)
4+
15
Version 0.9.0 (2026-02-06)
26
--------------------------
37
Extract ASN fields from ISP database (#183)

README.md

Lines changed: 3 additions & 3 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.9.0** and is compatible with Scala 2.13.
22+
The latest version of scala-maxmind-iplookups is **0.9.1** 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.9.0"
27+
val maxmindIpLookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % "0.9.1"
2828
```
2929

3030
Retrieve the `GeoLite2-City.mmdb` file from the [MaxMind downloads page][maxmind-downloads]
@@ -295,7 +295,7 @@ As such we recommend upgrading to version 0.4.0 as soon as possible
295295

296296
## Copyright and license
297297

298-
Copyright 2012-2022 Snowplow Analytics Ltd.
298+
Copyright 2012-2026 Snowplow Analytics Ltd.
299299

300300
Licensed under the [Apache License, Version 2.0][license] (the "License");
301301
you may not use this software except in compliance with the License.

0 commit comments

Comments
 (0)