From b33d3e292363f46bc13902d9d61b508440d038ea Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Wed, 19 Feb 2020 01:59:08 +0100
Subject: [PATCH] v0.9.1

---
 CHANGELOG.md | 2 +-
 Cargo.lock   | 2 +-
 Cargo.toml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4178e34..5f995ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
-## [0.9.0] - 2020-01-19
+## [0.9.1] - 2020-01-19
 
 ### Added
 
diff --git a/Cargo.lock b/Cargo.lock
index 4441058..480ff18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -147,7 +147,7 @@ dependencies = [
 
 [[package]]
 name = "dup-crypto"
-version = "0.9.0"
+version = "0.9.1"
 dependencies = [
  "aes",
  "arrayvec",
diff --git a/Cargo.toml b/Cargo.toml
index afde53b..11f19ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dup-crypto"
-version = "0.9.0"
+version = "0.9.1"
 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"
-- 
GitLab