From 1a8a856a394cd15fe091983069d5e978dc0ea5bd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 8 Jun 2021 10:49:42 +0000 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c8a282..0cdf93fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.1](https://github.com/maidsafe/xor_name/compare/v1.2.0...v1.2.1) (2021-06-08) + ## [1.2.0](https://github.com/maidsafe/xor_name/compare/v1.1.12...v1.2.0) (2021-04-19) diff --git a/Cargo.toml b/Cargo.toml index c12e2f9c..2bc80b95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xor_name" -version = "1.2.0" +version = "1.2.1" authors = [ "MaidSafe Developers " ] description = "Xor Type" homepage = "http://maidsafe.net"