diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3b46fc93..3e67d25648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.4.0 +### Added +* Service: Handle scaleset nodes that never register, such as nodes with instance-specific setup script failures. [#518](https://github.com/microsoft/onefuzz/pull/518) + +### Changed +* Agent: Added stdout/stderr logging and clarifying context during failures to the `generic_analysis` task. [#522](https://github.com/microsoft/onefuzz/pull/522) +* Agent/Service/Proxy: Clarify log messages from the scaleset proxy. [#520](https://github.com/microsoft/onefuzz/pull/520) +* Agent/Proxy: Update multiple third-party Rust libraries. [#517](https://github.com/microsoft/onefuzz/pull/517) + +### Fixed +* Agent: Fixed potential race condition when single stepping when debugging during the `generic_crash_reporter` and `generic_generator` tasks running on Windows. [#440](https://github.com/microsoft/onefuzz/pull/440) + ## 2.3.0 ### Changed * Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510) diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 276cbf9e28..197c4d5c2d 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -2.3.0 +2.4.0