From 5ec5a6918dfd429ed168aad63ad5eedc5f9d1ce8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 29 Sep 2024 09:55:07 +0000 Subject: [PATCH] Release version 3.0.0 --- CHANGELOG.md | 2 +- README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0a980..50a9563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 3.0.0 (Next) +### 3.0.0 (2024/09/29) * [#125](https://github.com/acm19/aws-request-signing-apache-interceptor/pull/125): Use to use `AwsV4HttpSigner` - [@GeorgeVincentDepop](https://github.com/GeorgeVincentDepop) ### 2.3.1 (2023/06/11) diff --git a/README.md b/README.md index 9b6c9c7..0389f3b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add [io.github.acm19.aws-request-signing-apache-interceptor](https://repo1.maven io.github.acm19 aws-request-signing-apache-interceptor - 2.3.1 + 3.0.0 ``` diff --git a/pom.xml b/pom.xml index 81c8fd6..7a34f4a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.acm19 aws-request-signing-apache-interceptor - 3.0.0-SNAPSHOT + 3.0.0 jar AWS Request Signing Apache Interceptor