Skip to content

Commit e48bfef

Browse files
author
github-actions
committed
Release version 2.2.0
1 parent a7b5a03 commit e48bfef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.2.0 (Next)
1+
### 2.2.0 (2022/10/02)
22

33
* [#80](https://github.com/acm19/aws-request-signing-apache-interceptor/pull/80): Add support for Apache client v5 - [@acm19](https://github.com/acm19).
44
* [#76](https://github.com/acm19/aws-request-signing-apache-interceptor/pull/76): Automate release process - [@acm19](https://github.com/acm19).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add [io.github.acm19.aws-request-signing-apache-interceptor](https://repo1.maven
1717
<dependency>
1818
<groupId>io.github.acm19</groupId>
1919
<artifactId>aws-request-signing-apache-interceptor</artifactId>
20-
<version>2.1.1</version>
20+
<version>2.2.0</version>
2121
</dependency>
2222
```
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.acm19</groupId>
66
<artifactId>aws-request-signing-apache-interceptor</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<packaging>jar</packaging>
99

1010
<name>AWS Request Signing Apache Interceptor</name>

0 commit comments

Comments
 (0)