Skip to content

Commit

Permalink
Version change to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Aug 18, 2020
1 parent d3bd81d commit 94d65f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# XorName - Change Log

## [1.1.0]
- Add in `XorName::random()` functionality
- Use OSRng

## [1.0.0]
- Make the crate no_std
- Add impl Deref for XorName, remove slice indexing
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xor_name"
version = "1.0.0"
version = "1.1.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Xor Type"
homepage = "http://maidsafe.net"
Expand Down

0 comments on commit 94d65f8

Please sign in to comment.