From 428a18d86a8feceffcac5af456cc9a520b291c11 Mon Sep 17 00:00:00 2001 From: Marc Greisen Date: Wed, 28 Sep 2022 16:42:49 -0700 Subject: [PATCH] Update Changelog and version --- CHANGELOG.md | 4 ++++ CURRENT_VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9f587e93..afa49b3f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## 5.14.1 +### Fixed +* Service: Handle 404 messages without throwing an exception the queue does not exist.[#2451](https://github.com/microsoft/onefuzz/pull/2451) + ## 5.14.0 ### Added * Service: Implement not-implemented `GetInputContainerQueues` [#2380](https://github.com/microsoft/onefuzz/pull/2380) diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 5d4f567eb6..4bcbe369b5 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -5.14.0 \ No newline at end of file +5.14.1 \ No newline at end of file