From c05db6114ff5f5106344beb9e446794f3c0bac5f Mon Sep 17 00:00:00 2001 From: lvoloshyn-sekoia Date: Mon, 30 Sep 2024 16:40:16 +0300 Subject: [PATCH] manifest and changelog --- Azure/CHANGELOG.md | 6 ++++++ Azure/manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Azure/CHANGELOG.md b/Azure/CHANGELOG.md index 68a1a862e..007feb4b7 100644 --- a/Azure/CHANGELOG.md +++ b/Azure/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 2024-09-30 - 2.5.5 + +### Changed + +- Change the way we run async workflow + ## 2024-09-20 - 2.5.4 ### Changed diff --git a/Azure/manifest.json b/Azure/manifest.json index a2437ff51..06228a8e9 100644 --- a/Azure/manifest.json +++ b/Azure/manifest.json @@ -8,7 +8,7 @@ "name": "Microsoft Azure", "uuid": "525eecc0-9eee-484d-92bd-039117cf4dac", "slug": "azure", - "version": "2.5.4", + "version": "2.5.5", "categories": [ "Cloud Providers" ]