Skip to content

Commit

Permalink
Prepare for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed May 31, 2022
1 parent 9550d17 commit 6e68bb6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 2.1.0 (2022-05-31)
--------------------------
Bump specs2 to 4.15.0 (#198)
Bump http4s to 0.23.12 (#197)
Bump scala-collection-compat to 2.7.0 (#196)
Bump circe to 0.14.2 (#195)
Bump cats-effect to 3.3.12 (#194)
Bump jackson-databind to 2.13.3 (#192)
Bump json-schema-validator to 1.0.70 (#193)
Replace deprecated scalaj http client (#190)
Use jsonschema v4 text from iglu-scala-core (#186)
Split out a iglu-scala-client-data module (#187)

Version 2.0.0 (2022-03-28)
--------------------------
Bump jackson-databind to 2.13.1 (#185)
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.0.0, which currently works with Scala 2.12 and 2.13.
The latest version of Iglu Scala Client is 2.1.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.0.0"
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.1.0"
```

## API
Expand Down

0 comments on commit 6e68bb6

Please sign in to comment.