Skip to content

Commit

Permalink
Merge pull request #156 from Devolutions/2021.1.3
Browse files Browse the repository at this point in the history
Version 2021.1.3
  • Loading branch information
fdubois1 authored Apr 13, 2021
2 parents 1b697dc + 17d9cb9 commit 28d9f8d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This document provides a list of notable changes introduced in Devolutions Gatew

## 2021.1.3 (2021-04-13)
* Fix infinite loop issue when the precondition pdu was not completely received
* Fix possible stability issue with protocol peeking

## 2021.1.2 (2021-03-26)
* Fix broken Linux container image (missing executable)
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.2
2021.1.3
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.2"
version = "2021.1.3"
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.2"
version = "2021.1.3"
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.2'
ModuleVersion = '2021.1.3'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
Expand Down

0 comments on commit 28d9f8d

Please sign in to comment.