diff --git a/CHANGELOG.md b/CHANGELOG.md
index acc8c6431f507c71a1753b5485ac7892b07bfa64..b962b2452150fa40df817dd3b5f3d39bda9e23ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased] - ReleaseDate
 
+## [0.11.0] - 2020-02-29
+
 ### Changed
 
 - DEWIF: add currency field
@@ -39,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 Initial version.
 
 <!-- next-url -->
-[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.10.0...HEAD
+[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.0...HEAD
+[0.11.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.10.0...v0.11.0
 [0.10.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.9.1...v0.10.0
 [0.9.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.8.0...v0.9.1
diff --git a/Cargo.lock b/Cargo.lock
index f9d75a5503fb31aab57ffa758a37de287f2c29e7..3c8715cc17c44476d954f530a2f12ee2871168c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -321,7 +321,7 @@ dependencies = [
 
 [[package]]
 name = "dup-crypto"
-version = "0.10.0"
+version = "0.11.0"
 dependencies = [
  "aes",
  "arrayvec",
diff --git a/Cargo.toml b/Cargo.toml
index 04ac924682fb23ccc63481cb844736786e931983..6bfc76102550e1109471744b252e87a07ce77b5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dup-crypto"
-version = "0.10.0"
+version = "0.11.0"
 authors = ["elois <c@elo.tf>"]
 description = "Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly."
 repository = "https://git.duniter.org/libs/dup-crypto-rs"