diff --git a/CHANGELOG.md b/CHANGELOG.md index 8388f1e9..9128e2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +* Versions follow the standard version policy. +* Removing pthread stuff. + [#32](https://github.com/kazu-yamamoto/crypton/pull/32) + ## 0.34 * Hashing getRandomBytes before using as Seed for ChaChaDRG diff --git a/crypton.cabal b/crypton.cabal index 03666909..bd1b96c1 100644 --- a/crypton.cabal +++ b/crypton.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: crypton -version: 0.34 +version: 1.0.0 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez