From 01c18994bb521df1c19e7e856821f79bb59e7318 Mon Sep 17 00:00:00 2001 From: Adam <103067949+AdamL-Microsoft@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:44:35 -0700 Subject: [PATCH] Release 8.6.3 (Hotfix) (#3385) * Release-8.6.3-hotfix --------- Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ CURRENT_VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa28eb81..5082cde88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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). +## 8.6.3 + +### Fixed + +* Service: Fixed another duplicate Azure DevOps work item creation case by handling `Microsoft.VSTS.Common.ResolvedReason` field when present [#3383](https://github.com/microsoft/onefuzz/pull/3383) + ## 8.6.2 ### Fixed diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 0431022f1..1de56fec0 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -8.6.2 \ No newline at end of file +8.6.3 \ No newline at end of file