From 22d9580da9a758767c6ff0ec2fa39cbe6ef6a158 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 12 Jun 2021 10:39:31 +0000 Subject: [PATCH] chore(release): 0.76.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9005e36370..47cff33d70 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. +### [0.76.1](https://github.com/maidsafe/sn_routing/compare/v0.76.0...v0.76.1) (2021-06-12) + ## [0.76.0](https://github.com/maidsafe/sn_routing/compare/v0.75.1...v0.76.0) (2021-06-10) diff --git a/Cargo.toml b/Cargo.toml index bd70db0229..7ae4e05bee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_routing" readme = "README.md" repository = "https://github.com/maidsafe/sn_routing" -version = "0.76.0" +version = "0.76.1" edition = "2018" [dependencies]