File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 7.0.0-dev9]
9+
10+ [ 7.0.0-dev9 ] : https://github.com/microsoft/CCF/releases/tag/ccf-7.0.0-dev9
11+
12+ ### Fixed
13+
14+ - Join client now sets SNI correctly (#7622 )
15+ - CBOR and COSE dependencies are now internal, and their headers are no longer exposed (#7616 , #7617 ).
16+
817## [ 7.0.0-dev8]
918
1019[ 7.0.0-dev8 ] : https://github.com/microsoft/CCF/releases/tag/ccf-7.0.0-dev8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ccf"
7- version = " 7.0.0-dev8 "
7+ version = " 7.0.0-dev9 "
88authors = [
99 { name =" CCF Team" , email =" CCF-Sec@microsoft.com" },
1010]
You can’t perform that action at this time.
0 commit comments