Skip to content

Commit

Permalink
Prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Mar 28, 2022
1 parent abb7625 commit e8273cf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 2.0.0 (2022-03-28)
--------------------------
Bump jackson-databind to 2.13.1 (#185)
Bump json-schema-validator to 1.0.67 (#136)
Remove gh-pages sbt plugin (#184)
Remove `RegistryLookup` instance for `cats.Eval` (#182)
Bump iglu-core to 1.0.1 (#183)
Bump sbt-coveralls to 1.3.1 (#181)
Bump sbt-site to 1.4.1 (#180)
Bump sbt-scoverage 1.9.3 (#179)
Bump sbt-mima to 1.0.1 (#178)
Bump sbt-scalafmt to 2.4.6 (#177)
Bump sbt to 1.6.2 (#176)
Update copyright to 2022 (#175)
Bump scala compiler to 2.13.8, 2.12.15 (#174)
Add support for Cats Effect 3 (#172)

Version 1.1.1 (2021-08-05)
--------------------------
Fix ScalaDoc publishing (#168)
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 1.0.2, which currently works with Scala 2.12 and 2.13.
The latest version of Iglu Scala Client is 2.0.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" % "1.0.2"
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.0.0"
```

## API
Expand Down

0 comments on commit e8273cf

Please sign in to comment.