Skip to content
This repository was archived by the owner on Jun 25, 2021. It is now read-only.

Commit 8fa0b15

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 0.77.2
1 parent f8eea79 commit 8fa0b15

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.77.2](https://github.com/maidsafe/sn_routing/compare/v0.77.1...v0.77.2) (2021-06-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **cache:** Prevent exposing expired values from Cache::set ([e54f9c6](https://github.com/maidsafe/sn_routing/commit/e54f9c675110cda33ea44e3cf207373e8f0830c9))
11+
512
### [0.77.1](https://github.com/maidsafe/sn_routing/compare/v0.77.0...v0.77.1) (2021-06-14)
613

714
## [0.77.0](https://github.com/maidsafe/sn_routing/compare/v0.76.1...v0.77.0) (2021-06-14)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0"
77
name = "sn_routing"
88
readme = "README.md"
99
repository = "https://github.com/maidsafe/sn_routing"
10-
version = "0.77.1"
10+
version = "0.77.2"
1111
edition = "2018"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)