Skip to content

Commit

Permalink
Update CHANGELOG and bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Feb 23, 2023
1 parent 1c28df4 commit ca7ea14
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
=========

# v2.0.0

- Bump MSRV to 1.41
- Set Rust edition to 2018
- Make `rand` and `rand_core` dependencies more flexible

# v1.1.0

- Add zerioze support through a feature (MSRV 1.51)
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.1.0"
version = "2.0.0"
authors = ["Steven Roose <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
Expand Down

0 comments on commit ca7ea14

Please sign in to comment.