Skip to content

Commit

Permalink
Publishing v1.1 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Aug 18, 2021
1 parent f17f903 commit 65ce753
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.0 (August 18, 2021)

* Updated dependencies and bumped MSRV to 1.51
* Added no_std support

## 1.0.0 (July 19, 2021)

* Branched from v0.5.0
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 = "opaque-ke"
version = "1.1.0-pre.1"
version = "1.1.0"
repository = "https://github.com/novifinancial/opaque-ke"
keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
categories = ["no-std"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:

```
opaque-ke = "1.0"
opaque-ke = "1.1"
```

### Minimum Supported Rust Version
Expand Down

0 comments on commit 65ce753

Please sign in to comment.