Skip to content

Commit 110190b

Browse files
authored
Release notes for 6.0.6 (#7067)
1 parent ed4d6e6 commit 110190b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.6]
9+
10+
[6.0.6]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.6
11+
12+
### Added
13+
14+
- Collateral can be fetched from AMD servers directly on Genoa machines (#7054).
15+
16+
### Fixed
17+
18+
- Addressed issues in `read_ledger` and `ccf.ledger` that could prevent old ledger from being read (#7056, #7057).
19+
820
## [6.0.5]
921

1022
[6.0.5]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.5

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

0 commit comments

Comments
 (0)