diff --git a/CHANGELOG.md b/CHANGELOG.md index 61db199c7..cf3b46fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.3.0 +### Changed +* Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510) +* Service: Scalesets and Nodes are now updated in a consistent order during scheduled updates. [#512](https://github.com/microsoft/onefuzz/pull/512) +* CLI/Service: Expanded the use of Primitive data types that provide data validation. [#514](https://github.com/microsoft/onefuzz/pull/514) + +### Fixed +* Service: Fixed an error generated when scalesets scheduled for deletion had configurations updated. [#511](https://github.com/microsoft/onefuzz/pull/511) +* Service: Fixed an issue where scaleset configurations were updated too frequently. [#511](https://github.com/microsoft/onefuzz/pull/511) + ## 2.2.0 ### Added * Proxy: The logs from the proxy manager logged to Application Insights. [#502](https://github.com/microsoft/onefuzz/pull/502) diff --git a/CURRENT_VERSION b/CURRENT_VERSION index e3a4f1933..276cbf9e2 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -2.2.0 \ No newline at end of file +2.3.0