Skip to content

Commit

Permalink
Add changelog and bump version to 1.1.0
Browse files Browse the repository at this point in the history
We have added to the public API since last release so the next version
number should be a minor version number bump.

Add an entry to the CHANGELOG and bump the version to the next minor
release version number 1.1.0
  • Loading branch information
tcharding committed Oct 26, 2022
1 parent 00d628f commit 9352ea6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

# v1.1.0

- Add optional [zeroize](https://docs.rs/zeroize/latest/zeroize/) support
- Allow word count multiples of three (previously was six)
- Make word list public

# v1.0.1

- Add `Mnemonic::language` getter.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bip39"
version = "1.0.1"
version = "1.1.0"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
Expand Down

0 comments on commit 9352ea6

Please sign in to comment.