diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66db7a96212ffa37ee47460d15a6ba7ee40a21fa..faba2b4ecc2b6c2e32200d46295052fa548b2f60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased] - ReleaseDate
 
+## [0.13.0] - 2020-03-04
+
 ### Added
 
-- Private message encryption/decryption with authentification
+- Private message encryption/decryption with authentication
 
 ## [0.12.1] - 2020-03-03
 
@@ -64,7 +66,8 @@ 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.12.1...HEAD
+[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.13.0...HEAD
+[0.13.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.12.1...v0.13.0
 [0.12.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.12.0...v0.12.1
 [0.12.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.1...v0.12.0
 [0.11.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.0...v0.11.1
diff --git a/Cargo.lock b/Cargo.lock
index 8cb891672cf117f91e666f9568a06091804b47a6..52a0be76f3087d7891868b5a1142c70058af2d97 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,7 +334,7 @@ dependencies = [
 
 [[package]]
 name = "dup-crypto"
-version = "0.12.1"
+version = "0.13.0"
 dependencies = [
  "aes",
  "arrayvec",
diff --git a/Cargo.toml b/Cargo.toml
index 826600e11d6f4b59cd8ef3f8f41ba84abc8fe5de..8cbf95ba7048ad63590d2183fb4edb0ff7effe3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dup-crypto"
-version = "0.12.1"
+version = "0.13.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"