From ecbaafb1b2562e9e2d5b6c7dab61e7c3e984d8ca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Nov 2020 11:46:19 +0000 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfa1dcc..ba5f4f24 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.1.4](https://github.com/maidsafe/xor_name/compare/v1.1.3...v1.1.4) (2020-11-23) + ### [1.1.3](https://github.com/maidsafe/xor_name/compare/v1.1.2...v1.1.3) (2020-10-09) ### [1.1.2](https://github.com/maidsafe/xor_name/compare/v1.1.1...v1.1.2) (2020-10-09) diff --git a/Cargo.toml b/Cargo.toml index f3c0a627..fc537b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xor_name" -version = "1.1.3" +version = "1.1.4" authors = [ "MaidSafe Developers " ] description = "Xor Type" homepage = "http://maidsafe.net"