Skip to content

Commit c4864bb

Browse files
committed
Prepare for 2.2.1 release
1 parent da46f9e commit c4864bb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 2.2.1 (2023-01-24)
2+
--------------------------
3+
Update links in Readme (#205)
4+
Rename license file for GitHub (#204)
5+
Update copyright notice to 2023 (#225)
6+
Build and publish for Scala3 (#224)
7+
18
Version 2.2.0 (2022-11-21)
29
--------------------------
310
Add invalidation for the schema-list cache (#215)

README.md

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

1212
## Installation
1313

14-
The latest version of Iglu Scala Client is 2.2.0, which works with Scala 2.12, 2.13, and 3.
14+
The latest version of Iglu Scala Client is 2.2.1, which works with Scala 2.12, 2.13, and 3.
1515

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

1818
```scala
19-
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.2.0"
19+
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.2.1"
2020
```
2121

2222
## API

0 commit comments

Comments
 (0)