Skip to content

Commit 3b6ab12

Browse files
authored
Release notes for 6.0.20 (#7627)
1 parent 4d4453f commit 3b6ab12

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.20]
9+
10+
[6.0.20]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.20
11+
12+
### Fixed
13+
14+
- Join client now sets SNI correctly (#7622)
15+
816
## [6.0.19]
917

10-
[6.0.19]: https://github.com/microsoft/CCF/releases/tag/6.0.19
18+
[6.0.19]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.19
1119

1220
### Changed
1321

1422
- Partial revert to `fetch_recent_snapshot` behaviour. Nodes will now use a local snapshot if available and sufficiently fresh, and only prefer the peer's snapshot if it is newer (#7589).
1523

1624
## [6.0.18]
1725

18-
[6.0.18]: https://github.com/microsoft/CCF/releases/tag/6.0.18
26+
[6.0.18]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.18
1927

2028
### Changed
2129

@@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3240

3341
## [6.0.17]
3442

35-
[6.0.17]: https://github.com/microsoft/CCF/releases/tag/6.0.17
43+
[6.0.17]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.17
3644

3745
### Added
3846

@@ -52,7 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5260

5361
## [6.0.16]
5462

55-
[6.0.16]: https://github.com/microsoft/CCF/releases/tag/6.0.16
63+
[6.0.16]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.16
5664

5765
### Fixed
5866

@@ -64,7 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6472

6573
## [6.0.15]
6674

67-
[6.0.15]: https://github.com/microsoft/CCF/releases/tag/6.0.15
75+
[6.0.15]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.15
6876

6977
### Added
7078

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.19"
7+
version = "6.0.20"
88
authors = [
99
{ name="CCF Team", email="CCF-Sec@microsoft.com" },
1010
]

0 commit comments

Comments
 (0)