Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Oct 22, 2023
1 parent 2fdbd6f commit a294fef
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ This changelog follows the patterns described here: <https://keepachangelog.com/

Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.

## Unreleased
## v1.1.0

### added

- ...
- `commands.start_key_rotation(username, password)` begins key rotation
- `commands.stop_key_rotation()` stops key rotation

### changed

- `KeystoreState` now starts in `KeystoreState::Nonconformant` by default

## v1.0.0

Initial release

0 comments on commit a294fef

Please sign in to comment.