From 8fa0b15c21803fb1efbae6879342da4c75b43ed4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 14 Jun 2021 15:19:06 +0000 Subject: [PATCH] chore(release): 0.77.2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9ed75511..63076fe06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.77.2](https://github.com/maidsafe/sn_routing/compare/v0.77.1...v0.77.2) (2021-06-14) + + +### Bug Fixes + +* **cache:** Prevent exposing expired values from Cache::set ([e54f9c6](https://github.com/maidsafe/sn_routing/commit/e54f9c675110cda33ea44e3cf207373e8f0830c9)) + ### [0.77.1](https://github.com/maidsafe/sn_routing/compare/v0.77.0...v0.77.1) (2021-06-14) ## [0.77.0](https://github.com/maidsafe/sn_routing/compare/v0.76.1...v0.77.0) (2021-06-14) diff --git a/Cargo.toml b/Cargo.toml index 2d99965cef..115d83c44a 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.77.1" +version = "0.77.2" edition = "2018" [dependencies]