From 3e76a02cb4de06be9d0e0e10c85b1afb35b96541 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 9 Apr 2024 22:20:07 +0200 Subject: [PATCH] Prepare release v1.0.1 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae9db0..cdb3e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.0.1 + +* Update to pekko-http v1.0.1 +* Update dropwizard to 4.2.25 +* Update java-dogstatsd-client to 4.3.0 +* Update enumeratum to 1.7.3 +* Move from mockito to scalamock for testing + ## v1.0.0 * Update to pekko-http v1.0.0 diff --git a/README.md b/README.md index 3e72e41..572b1df 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ 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.0.1` | 2024-04-09 | `1.0.1` | `3.3`, `2.13`, `2.12` | The complete list can be found in the [CHANGELOG](CHANGELOG.md) file.