Skip to content

Commit

Permalink
Prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmath committed Oct 31, 2022
1 parent a41328d commit 25204b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.2.0 (2022-11-01)
--------------------------
Allow building caches based on the resolver's content (#207)

Version 2.1.0 (2022-05-31)
--------------------------
Bump specs2 to 4.15.0 (#198)
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 2.1.0, which currently works with Scala 2.12 and 2.13.
The latest version of Iglu Scala Client is 2.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" % "2.1.0"
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.2.0"
```

## API
Expand Down

0 comments on commit 25204b1

Please sign in to comment.