diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bfe15..2e153bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Simple Amazon Glacier Uploader Changelog +### 2022/11/01 - Version 0.77.1 + +- Bump dependency versions + - [AWS SDK for Java version numbers from 1.9.5 to 1.10.31 are incompatible with TLS 1.3.]( + https://aws.amazon.com/blogs/developer/tls-1-3-incompatibility-with-aws-sdk-for-java-versions-1-9-5-to-1-10-31/) + ### 2020/09/21 - Version 0.77.0 - Add new region: South America (São Paulo), Brasil. diff --git a/README.md b/README.md index 247a5e7..a3a96a9 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,8 @@ One can first simulate the release (with no changes in SCM) using parameter `-Dd Also do not forget to update `CHANGELOG.md`, add [release](https://github.com/SimpleAmazonGlacierUploader/SAGU/releases) and [update website](https://github.com/SimpleAmazonGlacierUploader/SimpleAmazonGlacierUploader.github.io). + +#### Bulk bump of dependency versions +``` +mvn versions:use-latest-versions +``` diff --git a/pom.xml b/pom.xml index 71c464c..336aff4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + + + + .*[aA]lpha.* + .*[bB]eta.* + .*withdebug.* + + + + + 200.* + + + + + .*-rc\d+ + + + +