Skip to content

Commit 3929580

Browse files
committed
Prepare for 3.1.0 release
1 parent 9576246 commit 3929580

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Version 3.3.0 (2023-05-30)
1+
Version 3.1.0 (2023-06-09)
2+
--------------------------
3+
Not Found results should be cached for as long as the TTL (#248)
4+
Http4s client should implement a retry policy (#246)
5+
6+
Version 3.0.0 (2023-05-30)
27
--------------------------
38
Embedded and in-memory lookups should be common across http modules (#244)
49
Take superseding schema into account during validation (#231)

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 3.0.0, which works with Scala 2.12, 2.13, and 3.
14+
The latest version of Iglu Scala Client is 3.1.0, 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" % "3.0.0"
19+
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "3.1.0"
2020
```
2121

2222
## API

0 commit comments

Comments
 (0)