Skip to content

Commit

Permalink
chore: prep for 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Oct 22, 2023
1 parent 0261988 commit 3e93dae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This changelog follows the patterns described here: <https://keepachangelog.com/

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

## v1.2.0

### added

- `commands.start_key_rotation_with_keystore(keystore)` begins key rotation without blocking

### fixed

- On initial authentication, expired tokens no longer grant a `KeystoreState::Conformant` state

## v1.1.0

### added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT/Apache-2.0"
repository = "https://github.com/vectorgameexperts/bevy-key-rotation"
authors = ["Spencer C. Imbleau"]
keywords = ["gamedev"]
version = "1.1.0"
version = "1.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 3e93dae

Please sign in to comment.