diff --git a/CHANGELOG.md b/CHANGELOG.md index 96eedc933..1ff9f5b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.24.0 +### Added +* CLI/Service: Added instance configuration that can be managed via `onefuzz instance_config`. [#1010](https://github.com/microsoft/onefuzz/pull/1010) +* Service: Added automatic retry for Azure Devops notifications. [#1026](https://github.com/microsoft/onefuzz/pull/1026) +* CLI/Service: Added validation to GitHub Issues integration configuration. [#1019](https://github.com/microsoft/onefuzz/pull/1019) + +### Changed +* Agent/Supervisor/Proxy: Moved to `rustls` to enable running the Agent and Supervisor on Ubuntu 20.04. [#1029](https://github.com/microsoft/onefuzz/pull/1029) +* Agent: Continued development related to upcoming features. [#1016](https://github.com/microsoft/onefuzz/pull/1016) + +### Fixed +* Agent: Fixed an issue handling invalid data during coverage collection. [#1032](https://github.com/microsoft/onefuzz/pull/1032) +* Agent: Fixed retry logic on coverage recording failures [#1033](https://github.com/microsoft/onefuzz/pull/1033) + ## 2.23.1 ### Fixed * Service: Fixed an issue preventing deletion or reimaging of nodes in some cases. [#1023](https://github.com/microsoft/onefuzz/pull/1023) diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 62eccae33..ad2261920 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -2.23.1 +2.24.0