Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Apr 23, 2017
1 parent 10bc9e0 commit 77b0127
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.0.3 (2017-04-23)

Minor bug fix release. Fixed incorrect ECDSA signature verification.

Thanks to @hobofan.

## Version 0.0.2 (2017-04-23)

This is a major breaking release. Not all algorithms, verification, and features are
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 = "biscuit"
version = "0.0.2"
version = "0.0.3"
authors = ["Yong Wen Chua <[email protected]>", "Vincent Prouillet <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! Add the following to Cargo.toml:
//!
//! ```toml
//! biscuit = "0.0.2"
//! biscuit = "0.0.3"
//! ```
//!
//! To use the latest `master` branch, for example:
Expand Down

0 comments on commit 77b0127

Please sign in to comment.