Skip to content

Commit c7dbf7a

Browse files
authored
Fixup 6.x changelog version (#7311)
1 parent 5a8801a commit c7dbf7a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@ 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.14]
9-
10-
[6.0.14]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.14
11-
12-
### Added
13-
14-
- Improved handling of socket errors in curlm callbacks (#7308)
15-
168
## [6.0.13]
179

1810
[6.0.13]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.13
1911

2012
### Added
2113

22-
- Better logging of invalid snapshots
14+
- Better logging of invalid snapshots (#7302)
15+
- Improved handling of socket errors in curlm callbacks (#7308)
2316

2417
## [6.0.12]
2518

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.14"
7+
version = "6.0.13"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)