Skip to content

Commit

Permalink
2021.1.4 release preparation (#162)
Browse files Browse the repository at this point in the history
* devolutions-gateway: prepare 2021.1.4 release

* devolutions-gateway: bump to 2021.1.4

Co-authored-by: Marc-André Moreau <mamoreau@devolutions.net>
  • Loading branch information
awakecoding and Marc-André Moreau authored May 4, 2021
1 parent 44483a6 commit ca2e4db
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.1.3
2021.1.4
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetsocat"
version = "2021.1.3"
version = "2021.1.4"
authors = ["Benoît CORTIER <benoit.cortier@fried-world.eu>"]
edition = "2018"
description = "WebSocket toolkit for jet protocol related operations"
Expand Down
2 changes: 1 addition & 1 deletion powershell/DevolutionsGateway/DevolutionsGateway.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ca2e4db

Please sign in to comment.