From 10dcae31647ed8830b1ffdb3114b86da0c6a9f62 Mon Sep 17 00:00:00 2001 From: Richard Markiewicz Date: Tue, 18 Jun 2024 14:14:29 -0400 Subject: [PATCH] chore: prepare for 2024.2.3 release (#895) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- VERSION | 2 +- devolutions-gateway/Cargo.toml | 2 +- fuzz/Cargo.lock | 2 +- jetsocat/Cargo.toml | 2 +- .../DevolutionsGateway/DevolutionsGateway.psd1 | 2 +- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c869e874d..ce0adad66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ This document provides a list of notable changes introduced in Devolutions Gatew ## [Unreleased] +## 2024.2.3 (2024-06-18) + +### Bug Fixes + +- _installer_: fix parsing errors with configuration check ([#893](https://github.com/Devolutions/devolutions-gateway/issues/893)) ([4f89688316](https://github.com/Devolutions/devolutions-gateway/commit/4f8968831698bb82afe06eb69421c6d984c7b062)) + +- (installer): package web player ([#894](https://github.com/Devolutions/devolutions-gateway/issues/894)) ([bbee301682](https://github.com/Devolutions/devolutions-gateway/commit/bbee301682dbdb8191a678a5853d92586eb883ff)) + +### Continuous Integration + +- Update macOS runner version ([#892](https://github.com/Devolutions/devolutions-gateway/issues/892)) ([b0d81c66b2](https://github.com/Devolutions/devolutions-gateway/commit/b0d81c66b2ef806e33fc3d97abfd86c95f507a10)) + ## 2024.2.2 (2024-06-18) ### Features diff --git a/Cargo.lock b/Cargo.lock index 394a61722..a15956070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ [[package]] name = "devolutions-gateway" -version = "2024.2.2" +version = "2024.2.3" dependencies = [ "anyhow", "argon2", @@ -1864,7 +1864,7 @@ dependencies = [ [[package]] name = "jetsocat" -version = "2024.2.2" +version = "2024.2.3" dependencies = [ "anyhow", "dirs-next", diff --git a/VERSION b/VERSION index fa996f67f..761e333a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.2.2 +2024.2.3 diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index 070f97ac1..1b9755747 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devolutions-gateway" -version = "2024.2.2" +version = "2024.2.3" edition = "2021" readme = "README.md" license = "MIT/Apache-2.0" diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 0198c774f..2cbc8dfb7 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -689,7 +689,7 @@ dependencies = [ [[package]] name = "devolutions-gateway" -version = "2024.2.2" +version = "2024.2.3" dependencies = [ "anyhow", "async-trait", diff --git a/jetsocat/Cargo.toml b/jetsocat/Cargo.toml index ea74ba01d..3fca1623a 100644 --- a/jetsocat/Cargo.toml +++ b/jetsocat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jetsocat" -version = "2024.2.2" +version = "2024.2.3" authors = ["Devolutions Inc. "] edition = "2021" description = "(Web)Socket toolkit for jet protocol related operations" diff --git a/powershell/DevolutionsGateway/DevolutionsGateway.psd1 b/powershell/DevolutionsGateway/DevolutionsGateway.psd1 index 34168e26a..23c44b161 100644 --- a/powershell/DevolutionsGateway/DevolutionsGateway.psd1 +++ b/powershell/DevolutionsGateway/DevolutionsGateway.psd1 @@ -7,7 +7,7 @@ RootModule = 'DevolutionsGateway.psm1' # Version number of this module. - ModuleVersion = '2024.2.2' + ModuleVersion = '2024.2.3' # Supported PSEditions CompatiblePSEditions = 'Desktop', 'Core'