Skip to content

Commit

Permalink
Prepare for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Jul 10, 2023
1 parent d5dd6dd commit 74ef2d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.5.0 (2023-07-10)
--------------------------
Backport Http4s retry policy to series/1.x (close #250)

Version 1.4.0 (2023-05-03)
--------------------------
Take superseding schema into account during validation (#231)
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.4.0, which currently works with Scala 2.12 and 2.13.
The latest version of Iglu Scala Client is 1.5.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.4.0"
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "1.5.0"
```

## API
Expand Down

0 comments on commit 74ef2d8

Please sign in to comment.