From ca2e4db2e88dca729b403e87750b3795074a5e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Tue, 4 May 2021 13:17:53 -0400 Subject: [PATCH] 2021.1.4 release preparation (#162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * devolutions-gateway: prepare 2021.1.4 release * devolutions-gateway: bump to 2021.1.4 Co-authored-by: Marc-André Moreau --- CHANGELOG.md | 4 +++- Cargo.lock | 4 ++-- VERSION | 2 +- devolutions-gateway/Cargo.toml | 2 +- jetsocat/Cargo.toml | 2 +- powershell/DevolutionsGateway/DevolutionsGateway.psd1 | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a7a54c2..5a3aaa7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ This document provides a list of notable changes introduced in Devolutions Gateway by release. -## Next release () +## 2021.1.4 (2021-05-04) * Add logs to track all HTTP requests received and processed + * Add Linux service registration support in debian package + * Add Install/Uninstall package commands in PowerShell module ## 2021.1.3 (2021-04-13) * Fix infinite loop issue when the precondition pdu was not completely received diff --git a/Cargo.lock b/Cargo.lock index d1b4bc03a..e284c55fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "devolutions-gateway" -version = "2021.1.3" +version = "2021.1.4" dependencies = [ "base64 0.9.3", "byteorder", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "jetsocat" -version = "2021.1.3" +version = "2021.1.4" dependencies = [ "anyhow", "async-tungstenite", diff --git a/VERSION b/VERSION index 020e03d19..91a8d45da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.1.3 +2021.1.4 diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index 1665e01e8..24fdebc41 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devolutions-gateway" -version = "2021.1.3" +version = "2021.1.4" edition = "2018" readme = "README.md" license = "MIT/Apache-2.0" diff --git a/jetsocat/Cargo.toml b/jetsocat/Cargo.toml index 5f0c5b278..ce51f3d4c 100644 --- a/jetsocat/Cargo.toml +++ b/jetsocat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jetsocat" -version = "2021.1.3" +version = "2021.1.4" authors = ["Benoît CORTIER "] edition = "2018" description = "WebSocket toolkit for jet protocol related operations" diff --git a/powershell/DevolutionsGateway/DevolutionsGateway.psd1 b/powershell/DevolutionsGateway/DevolutionsGateway.psd1 index cdccf1745..56bbc0b2a 100644 --- a/powershell/DevolutionsGateway/DevolutionsGateway.psd1 +++ b/powershell/DevolutionsGateway/DevolutionsGateway.psd1 @@ -7,7 +7,7 @@ RootModule = 'DevolutionsGateway.psm1' # Version number of this module. - ModuleVersion = '2021.1.3' + ModuleVersion = '2021.1.4' # Supported PSEditions CompatiblePSEditions = 'Desktop', 'Core'