Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Apr 5, 2024
1 parent db89ea4 commit b1033f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ Release dates will be in YYYY-MM-DD format.

## Unreleased

## 6.3.0 - 2024-04-04
## 7.0.0 - 2024-04-05

### Changed
- Each access-key now retains its own session-token to make switching between access-keys easier.
- When rotation a key, it will first try to use the session-token of the key to be rotated. If that fails, it will fetch a new session-token automatically.

### Fixed
- Fix setting of access keys
- Rotation of access keys that are not named 'access-key'

## 6.3.0 - 2024-04-04 (yanked)

### Added
- Support for Google cloud projects (thanks to @3cham)
Expand Down
2 changes: 1 addition & 1 deletion app/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (6, 3, 0)
__version__ = (7, 0, 0)
__version_string__ = '.'.join(str(i) for i in __version__)

0 comments on commit b1033f3

Please sign in to comment.