File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
20
## [ 6.0.5]
9
21
10
22
[ 6.0.5 ] : https://github.com/microsoft/CCF/releases/tag/ccf-6.0.5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ccf"
7
- version = " 6.0.5 "
7
+ version = " 6.0.6 "
8
8
authors = [
9
9
{ name =" CCF Team" , email =" CCF-Sec@microsoft.com" },
10
10
]
You can’t perform that action at this time.
0 commit comments