Skip to content

Commit c6a2e47

Browse files
Amazon S3 Encryption Client 2.0.1 Release -- $(date +%Y-%m-%d)
### [2.0.1](v2.0.0...v2.0.1) (2023-04-05) ### Fixes * remove illegal javadoc syntax ([#147](#147)) ([412a02c](412a02c)) * remove illegal javadoc tags ([#148](#148)) ([d5682b9](d5682b9)) ### Maintenance * point release at correct internal staging domain, fix group id ([#149](#149)) ([f88e89d](f88e89d))
1 parent f88e89d commit c6a2e47

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
### [2.0.1](https://github.com/aws/aws-s3-encryption-client-java/compare/v2.0.0...v2.0.1) (2023-04-05)
4+
5+
6+
### Fixes
7+
8+
* remove illegal javadoc syntax ([#147](https://github.com/aws/aws-s3-encryption-client-java/issues/147)) ([412a02c](https://github.com/aws/aws-s3-encryption-client-java/commit/412a02c8b096b586e21d459c7850af1cfc826652))
9+
* remove illegal javadoc tags ([#148](https://github.com/aws/aws-s3-encryption-client-java/issues/148)) ([d5682b9](https://github.com/aws/aws-s3-encryption-client-java/commit/d5682b9e2b3e17deb2c25af071652e323cc139f5))
10+
11+
12+
### Maintenance
13+
14+
* point release at correct internal staging domain, fix group id ([#149](https://github.com/aws/aws-s3-encryption-client-java/issues/149)) ([f88e89d](https://github.com/aws/aws-s3-encryption-client-java/commit/f88e89da9c7a8547715a1e675239e0291094514a))

pom.xml

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

77
<groupId>software.amazon.encryption.s3</groupId>
88
<artifactId>amazon-s3-encryption-client-java</artifactId>
9-
<version>3.0.0</version>
9+
<version>2.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Amazon S3 Encryption Client</name>

0 commit comments

Comments
 (0)