diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb3e59..05a1445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v1.1.0 + +Michel Davit (6): +* Update pekko to 1.1 +* Drop scala 2.12 +* Add Java 21 to CI test (#128) +* Update scalamock to 6.2.0 (#127) +* Fix deprecated tlSonatypeUseLegacyHost setting (#129) + +Scala Steward (12): +* Update sbt to 1.10.7 +* Update java-dogstatsd-client to 4.4.3 +* Update sbt-typelevel, ... to 0.7.7 +* Update scala3-library to 3.3.5 +* Update scala-library to 2.12.20 +* Update scala-library to 2.13.16 +* Update logback-classic to 1.5.17 +* Update enumeratum to 1.7.5 +* Update scalafmt-core to 3.8.6 +* Update scalatest to 3.2.19 +* Update scala-collection-compat to 2.13.0 +* Update metrics-core, metrics-json to 4.2.30 + ## v1.0.1 * Update to pekko-http v1.0.1 diff --git a/README.md b/README.md index 572b1df..1c6cb79 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ The following implementations are supported: | Version | Release date | Pekka Http version | Scala versions | |---------|--------------|--------------------|-----------------------| -| `1.0.0` | 2023-08-14 | `1.0.0` | `3.3`, `2.13`, `2.12` | +| `1.1.0` | 2025-03-02 | `1.1.0` | `3.3`, `2.13` | | `1.0.1` | 2024-04-09 | `1.0.1` | `3.3`, `2.13`, `2.12` | +| `1.0.0` | 2023-08-14 | `1.0.0` | `3.3`, `2.13`, `2.12` | The complete list can be found in the [CHANGELOG](CHANGELOG.md) file. diff --git a/build.sbt b/build.sbt index af4d2b4..8d49bec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val username = "RustedBones" val repo = "pekko-http-metrics" val githubUrl = s"https://github.com/$username/$repo" -ThisBuild / tlBaseVersion := "1.0" +ThisBuild / tlBaseVersion := "1.1" ThisBuild / organization := "fr.davit" ThisBuild / organizationName := "Michel Davit" ThisBuild / startYear := Some(2019)