Skip to content

Commit

Permalink
Prepare for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Aug 20, 2024
1 parent e1de41f commit 2dc120a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 3.2.0 (2024-08-20)
--------------------------
Add a function that discovers and looks up schemas without using the list endpoint of an Iglu server (#256)
maxJsonDepth when validating JSON (#254)

Version 3.1.1 (2024-07-03)
--------------------------
Fix listSchemasLike when multiple Iglu repositories host the schemas (#252)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Iglu Scala Client is used extensively in **[Snowplow][snowplow-repo]** to valida

## Installation

The latest version of Iglu Scala Client is 3.1.1, which works with Scala 2.12, 2.13, and 3.
The latest version of Iglu Scala Client is 3.2.0, which works with Scala 2.12, 2.13, and 3.

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

```scala
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "3.1.1"
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "3.2.0"
```

## API
Expand Down

0 comments on commit 2dc120a

Please sign in to comment.