diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9a74e..dc959da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.6.1] - 2024-02-23 + +### Changed + +- Bump sysflow version to 0.6.1 + ## [0.6.0] - 2023-11-29 ### Changed @@ -226,7 +232,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - First release candidate with basic set of SysFlow APIs (C++ and Python). -[Unreleased]: https://github.com/sysflow-telemetry/sf-apis/compare/0.6.0...HEAD +[Unreleased]: https://github.com/sysflow-telemetry/sf-apis/compare/0.6.1...HEAD +[0.6.1]: https://github.com/sysflow-telemetry/sf-apis/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/sysflow-telemetry/sf-apis/compare/0.5.1...0.6.0 [0.5.1]: https://github.com/sysflow-telemetry/sf-apis/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.4...0.5.0 diff --git a/README.md b/README.md index 9f5cd39..cd98b9e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Supported tags and respective `Dockerfile` links -- [`0.6.0`, `latest`](https://github.com/sysflow-telemetry/sf-apis/tree/0.6.0), [`edge`](https://github.com/sysflow-telemetry/sf-apis/tree/master), [`dev`](https://github.com/sysflow-telemetry/sf-apis/tree/dev) +- [`0.6.1`, `latest`](https://github.com/sysflow-telemetry/sf-apis/tree/0.6.1), [`edge`](https://github.com/sysflow-telemetry/sf-apis/tree/master), [`dev`](https://github.com/sysflow-telemetry/sf-apis/tree/dev) # Quick reference diff --git a/py3/setup.cfg b/py3/setup.cfg index 7b01fae..7c06146 100644 --- a/py3/setup.cfg +++ b/py3/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sysflow-tools -version = 0.6.0 +version = 0.6.1 description = SysFlow APIs and utilities long_description = file:README.md long_description_content_type = text/markdown