Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit be7cef8

Browse files
committed
Release v1.5.1
1 parent ec60e23 commit be7cef8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5+
## v1.5.1 (2021-02-16)
6+
57
- Update dependencies
8+
- Add API to create HttpMetricsSettings
69

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The following implementations are supported:
1717

1818
| Version | Release date | Akka Http version | Scala versions |
1919
| ------- | ------------ | ----------------- | ------------------- |
20+
| `1.5.1` | 2021-02-16 | `10.2.3` | `2.13.4`, `2.12.12` |
2021
| `1.5.0` | 2021-01-12 | `10.2.2` | `2.13.4`, `2.12.12` |
2122
| `1.4.1` | 2020-12-14 | `10.2.2` | `2.13.4`, `2.12.12` |
2223
| `1.4.0` | 2020-12-12 | `10.2.2` | `2.13.4`, `2.12.12` |

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val commonSettings = Defaults.itSettings ++
2323
Seq(
2424
organization := "fr.davit",
2525
organizationName := "Michel Davit",
26-
version := "1.5.1-SNAPSHOT",
26+
version := "1.5.1",
2727
crossScalaVersions := (ThisBuild / crossScalaVersions).value,
2828
scalaVersion := crossScalaVersions.value.head,
2929
scalacOptions ~= filterScalacOptions,

0 commit comments

Comments
 (0)