diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a04397d3b43173b53a4f9d07a430e46df045e6f..e228c87f6520515562a05273965ecf6f666aa7c9 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.10.0] - 2020-02-20
+
 ### Changed
 
 - DEWIF: read_dewif_file_content() now directly returns an Iterator.
@@ -33,5 +35,6 @@ 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.9.1...HEAD
+[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.10.0...HEAD
+[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 480ff18b6e1b2b3ad90b41043ebd41b3b0f95496..d94dcc6b5cfb81c1aade7fb52e9edb56d2fccc36 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -147,7 +147,7 @@ dependencies = [
 
 [[package]]
 name = "dup-crypto"
-version = "0.9.1"
+version = "0.10.0"
 dependencies = [
  "aes",
  "arrayvec",
diff --git a/Cargo.toml b/Cargo.toml
index 11f19adcf22c540730d58dbe89a9e9e782458598..b0ac1af629d8883129f098db231359bb33792fb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dup-crypto"
-version = "0.9.1"
+version = "0.10.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"