Skip to content

Commit 72f5bf3

Browse files
committed
Prepare for 4.0.1 release
1 parent 7da57d2 commit 72f5bf3

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 4.0.1 (2024-11-19)
2+
--------------------------
3+
Consider all `ClientFailure`s as not found in `lookupSchemasUntil` (#260)
4+
15
Version 4.0.0 (2024-09-30)
26
--------------------------
37
Add caching to lookupSchemasUntil function (#258)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Iglu Scala Client is used extensively in **[Snowplow][snowplow-repo]** to valida
1111

1212
## Installation
1313

14-
The latest version of Iglu Scala Client is 4.0.0, which works with Scala 2.12, 2.13, and 3.
14+
The latest version of Iglu Scala Client is 4.0.1, which works with Scala 2.12, 2.13, and 3.
1515

1616
If you're using SBT, add the following lines to your build file:
1717

1818
```scala
19-
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "4.0.0"
19+
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "4.0.1"
2020
```
2121

2222
## API

0 commit comments

Comments
 (0)