From c3adce8549fcc0dd3a436b2ff528be2ae9e541c2 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Mon, 22 Aug 2022 13:27:51 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50714c5..d431a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2022-08-22 +- various fixes @robin-nitrokey @sosthene-nitrokey + ## [0.1.0] - 2022-03-05 - use 2021 edition diff --git a/Cargo.toml b/Cargo.toml index 6499448..f9acda2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iso7816" -version = "0.1.0" +version = "0.1.1" authors = ["Nicolas Stalder "] edition = "2021" repository = "https://github.com/ycrypto/iso7816"