Skip to content

Commit b3d9943

Browse files
authored
Fix changelog for 6.0.14 (#7336)
1 parent 08a4666 commit b3d9943

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ 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.16]
9-
10-
[6.0.16]: https://github.com/microsoft/CCF/releases/tag/6.0.16
11-
12-
### Changed
13-
14-
- Snapshot fetching attempts to re-use the TLS sessions whenever possible (#7321)
15-
168
## [6.0.15]
179

1810
[6.0.15]: https://github.com/microsoft/CCF/releases/tag/6.0.15
@@ -26,6 +18,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2618
### Changed
2719

2820
- The `submit_recovery_share.sh` script will no longer try to create a virtual environment and install the CCF Python package on every call. Instead it will return an error if the package is not installed (specifically if the `ccf_cose_sign1` tool it relies on cannot be found) (#7306)
21+
- Snapshot fetching attempts to re-use the TLS sessions whenever possible (#7321)
22+
23+
## [6.0.14]
2924

3025
[6.0.14]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.14
3126

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.16"
7+
version = "6.0.15"
88
authors = [
99
{ name="CCF Team", email="CCF-Sec@microsoft.com" },
1010
]

0 commit comments

Comments
 (0)