Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Feb 16, 2021
1 parent ec60e23 commit be7cef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Unreleased

## v1.5.1 (2021-02-16)

- Update dependencies
- Add API to create HttpMetricsSettings

## v1.5.0 (2021-01-12)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The following implementations are supported:

| Version | Release date | Akka Http version | Scala versions |
| ------- | ------------ | ----------------- | ------------------- |
| `1.5.1` | 2021-02-16 | `10.2.3` | `2.13.4`, `2.12.12` |
| `1.5.0` | 2021-01-12 | `10.2.2` | `2.13.4`, `2.12.12` |
| `1.4.1` | 2020-12-14 | `10.2.2` | `2.13.4`, `2.12.12` |
| `1.4.0` | 2020-12-12 | `10.2.2` | `2.13.4`, `2.12.12` |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val commonSettings = Defaults.itSettings ++
Seq(
organization := "fr.davit",
organizationName := "Michel Davit",
version := "1.5.1-SNAPSHOT",
version := "1.5.1",
crossScalaVersions := (ThisBuild / crossScalaVersions).value,
scalaVersion := crossScalaVersions.value.head,
scalacOptions ~= filterScalacOptions,
Expand Down

0 comments on commit be7cef8

Please sign in to comment.