Skip to content

Commit

Permalink
Merge pull request #53 from plazma-prizma/main
Browse files Browse the repository at this point in the history
Update README for 1.1.2
  • Loading branch information
grsubramanian authored Jan 31, 2022
2 parents f246b71 + 2cad771 commit af25047
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gradle
bin
internals
build
lombok.config
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {
```

## Release Notes

### Release 1.1.2

- Update log4j version in test dependencies to CVE-2021-44832
- Allow users to debug the credentials being used

### Release 1.1.1
* Enable support for STS regional endpoints when configured to assume a role (thanks dvuple@)
* Additional logging to log the classes and classloaders for `IAMClientCallbackHandler` and `AWSCredentialsCallback
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Updated on 2021-09-02T00:09:00Z
#Updated on 2022-01-30T08:43:00Z
platform=java
version=1.1.2-PRE
version=1.1.2

0 comments on commit af25047

Please sign in to comment.