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

Commit a07dee3

Browse files
authored
Merge pull request #50 from RustedBones/release/v1.1.0
Release v1.1.0
2 parents 65c0942 + 171526a commit a07dee3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.1.0 (2020-04-18)
44

55
- Fix implicits for HTTP/2 API
66
- Explicit path labelling

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.1.0` | 2020-04-18 | `10.1.11` | `2.13.0`, `2.12.8` |
1920
| `1.0.0` | 2020-03-14 | `10.1.11` | `2.13.0`, `2.12.8` |
2021

2122

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val commonSettings = Defaults.itSettings ++
77
Seq(
88
organization := "fr.davit",
99
organizationName := "Michel Davit",
10-
version := "1.1.0-SNAPSHOT",
10+
version := "1.1.1-SNAPSHOT",
1111
crossScalaVersions := Seq("2.13.1", "2.12.10"),
1212
scalaVersion := crossScalaVersions.value.head,
1313
Compile / compile / scalacOptions ++= Settings.scalacOptions(scalaVersion.value),

0 commit comments

Comments
 (0)