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 authored and voropaevp committed Nov 23, 2022
1 parent ddf2016 commit 351893d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.2.0 (2022-11-21)
--------------------------
Add invalidation for the schema-list cache (#215)
Allow building caches based on the resolver's content (#207)
Add list-schemas for the embedded repo (#212)

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 351893d

Please sign in to comment.