Skip to content

Commit 351893d

Browse files
lmathvoropaevp
authored andcommitted
Prepare for 2.2.0 release
1 parent ddf2016 commit 351893d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.2.0 (2022-11-21)
2+
--------------------------
3+
Add invalidation for the schema-list cache (#215)
4+
Allow building caches based on the resolver's content (#207)
5+
Add list-schemas for the embedded repo (#212)
6+
17
Version 2.1.0 (2022-05-31)
28
--------------------------
39
Bump specs2 to 4.15.0 (#198)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Iglu Scala Client is used extensively in **[Snowplow][snowplow-repo]** to valida
1313

1414
## Installation
1515

16-
The latest version of Iglu Scala Client is 2.1.0, which currently works with Scala 2.12 and 2.13.
16+
The latest version of Iglu Scala Client is 2.2.0, which currently works with Scala 2.12 and 2.13.
1717

1818
If you're using SBT, add the following lines to your build file:
1919

2020
```scala
21-
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.1.0"
21+
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.2.0"
2222
```
2323

2424
## API

0 commit comments

Comments
 (0)