From 1f4a195e14de08008713d274e14bccf441b7eaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Poniedzia=C5=82ek?= Date: Mon, 3 Oct 2022 13:06:20 +0200 Subject: [PATCH] Prepare for 1.2.0 release --- CHANGELOG | 4 ++++ README.md | 4 ++-- project/BuildSettings.scala | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 00ec27b8..ecac2c49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 1.2.0 (2022-10-05) +-------------------------- +Allow building caches based on the resolver's content (#207) + Version 1.1.1 (2021-08-05) -------------------------- Fix ScalaDoc publishing (#168) diff --git a/README.md b/README.md index 7bb4af02..5c919bd0 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.0.2, which currently works with Scala 2.12 and 2.13. +The latest version of Iglu Scala Client is 1.2.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.0.2" +val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "1.2.0" ``` ## API diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 9c098879..dc9a2659 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -69,7 +69,7 @@ object BuildSettings { // clear-out mimaBinaryIssueFilters and mimaPreviousVersions. // Otherwise, add previous version to set without // removing other versions. - val mimaPreviousVersionsCore = Set("1.0.2") + val mimaPreviousVersionsCore = Set("1.1.1") val mimaPreviousVersionsHttp4s = Set() lazy val mimaSettings = Seq(