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

Commit 7b542e8

Browse files
committed
Release v1.2.0
1 parent 886c64a commit 7b542e8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.2.0 (2020-08-29)
6+
57
- Update to akka-http 10.2
68
- Update libraries
79
- Add metrics names to settings

README.md

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

1717
| Version | Release date | Akka Http version | Scala versions |
1818
| ------- | ------------ | ----------------- | ------------------- |
19+
| `1.2.0` | 2020-08-29 | `10.2.0` | `2.13.3`, `2.12.12` |
1920
| `1.1.1` | 2020-06-10 | `10.1.12` | `2.13.2`, `2.12.11` |
2021
| `1.1.0` | 2020-04-18 | `10.1.11` | `2.13.1`, `2.12.10` |
2122
| `1.0.0` | 2020-03-14 | `10.1.11` | `2.13.1`, `2.12.10` |

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val commonSettings =
2727
Seq(
2828
organization := "fr.davit",
2929
organizationName := "Michel Davit",
30-
version := "1.2.0-SNAPSHOT",
30+
version := "1.2.0",
3131
crossScalaVersions := (ThisBuild / crossScalaVersions).value,
3232
scalaVersion := crossScalaVersions.value.head,
3333
scalacOptions ~= filterScalacOptions,

0 commit comments

Comments
 (0)