diff --git a/CHANGELOG b/CHANGELOG index ecac2c49..0beeb2f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 1.3.0 (2022-11-22) +-------------------------- +Add invalidation for the schema-list cache (#215) +Add list-schemas for the embedded repo (#212) +Bump json-schema-validator to 1.0.70 (close #193) +Bump json-schema-validator to 1.0.67 (close #136) + Version 1.2.0 (2022-10-05) -------------------------- Allow building caches based on the resolver's content (#207) diff --git a/README.md b/README.md index 5c919bd0..fb27968e 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Iglu Scala Client is used extensively in **[Snowplow][snowplow-repo]** to valida ## Installation -The latest version of Iglu Scala Client is 1.2.0, which currently works with Scala 2.12 and 2.13. +The latest version of Iglu Scala Client is 1.3.0, which currently works with Scala 2.12 and 2.13. If you're using SBT, add the following lines to your build file: ```scala -val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "1.2.0" +val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "1.3.0" ``` ## API