Skip to content

Commit

Permalink
devolutions-gateway: version bump to 21.1.6 and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Aug 11, 2021
1 parent 945d745 commit 2fe6661
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This document provides a list of notable changes introduced in Devolutions Gateway by release.

## 2021.1.6 (2021-08-11)
* `jetsocat` now builds for Apple Silicon (aarch64-apple-darwin)
* Update SOGAR and replace sogar-cli with sogar-core
* Authorization improvements (PR#174, PR#175)
* Add an endpoint to retrieve logs (GET /diagnostics/logs)
* Add an endpoint to retrive configuration (GET /diagnostics/configuration)
* Add an endpoint to list sessions (GET /sessions)

## 2021.1.5 (2021-06-22)
* `jetsocat` tool has been rewritten and CLI overhauled
* SOGAR registry support
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.1.5
2021.1.6
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.5"
version = "2021.1.6"
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.5"
version = "2021.1.6"
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.5'
ModuleVersion = '2021.1.6'

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

0 comments on commit 2fe6661

Please sign in to comment.