Skip to content

Commit f10a7b7

Browse files
committed
Prepare for 4.0.3 release
1 parent 8d324d8 commit f10a7b7

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 4.0.3 (2025-11-05)
2+
--------------------------
3+
Refactor CI (#265)
4+
Upgrade json-schema-validator from 1.0.76 to 1.5.8 (#265)
5+
Add comprehensive validator error message test suite (#266)
6+
17
Version 4.0.2 (2025-02-21)
28
--------------------------
39
Remove entropy from client failures (#262)

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

2222
## API

0 commit comments

Comments
 (0)