Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Oct 5, 2022
1 parent 24da844 commit 1f4a195
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1f4a195

Please sign in to comment.