From 998bfae21fd4b2425dc1881f753725b19db550fe Mon Sep 17 00:00:00 2001 From: spenes Date: Wed, 3 Jul 2024 13:46:22 +0300 Subject: [PATCH] Prepare for 3.1.1 release --- CHANGELOG | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c839452..07f102a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 3.1.1 (2024-07-03) +-------------------------- +Fix listSchemasLike when multiple Iglu repositories host the schemas (#252) + Version 3.1.0 (2023-06-09) -------------------------- Not Found results should be cached for as long as the TTL (#248) diff --git a/README.md b/README.md index 5684ee0..f5d9720 100644 --- a/README.md +++ b/README.md @@ -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.0, which works with Scala 2.12, 2.13, and 3. +The latest version of Iglu Scala Client is 3.1.1, 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.0" +val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "3.1.1" ``` ## API