Skip to content

Commit

Permalink
CHANGELOG.md for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk authored Aug 24, 2023
1 parent 6478abc commit 3a12f31
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.0...v3.0.1) (2023-08024)

### Features
* Can configure `special-characters-workaround` to keep retrying credentials if the returned
credentials have special characters (Fixes #599)

### Bug Fixes
* Fixes #792: V3 breaks by somehow assuming the use of OIDC
* Minor typo fix from @ubaid-ansari21

### Changes to existing functionality
* Special characters are now allowed in returned credential variables unless you configure the
`special-characters-workaround` option

## [3.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v2.2.0...v3.0.0) (2023-08-21)

### Features
Expand Down

0 comments on commit 3a12f31

Please sign in to comment.