Skip to content

Commit 1a746dd

Browse files
authored
chore(release): prepare for 2024.3.5 (#1104)
1 parent ed79ec4 commit 1a746dd

File tree

9 files changed

+17
-11
lines changed

9 files changed

+17
-11
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This document provides a list of notable changes introduced in Devolutions Gateway service, installer and Jetsocat.
44

5+
## 2024.3.5 (2024-11-12)
6+
7+
### Bug Fixes
8+
9+
- _webapp_: the initial 401 error is shown when it should not ([#1102](https://github.com/Devolutions/devolutions-gateway/issues/1102)) ([b54a666776](https://github.com/Devolutions/devolutions-gateway/commit/b54a666776420106bb694d08700e7ae234b9ab51)) ([DGW-226](https://devolutions.atlassian.net/browse/DGW-226))
10+
511
## 2024.3.4 (2024-11-8)
612

713
### Features

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.3.4
1+
2024.3.5

devolutions-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-agent"
3-
version = "2024.3.4"
3+
version = "2024.3.5"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

devolutions-gateway/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-gateway"
3-
version = "2024.3.4"
3+
version = "2024.3.5"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT/Apache-2.0"

devolutions-session/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-session"
3-
version = "2024.3.4"
3+
version = "2024.3.5"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

fuzz/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetsocat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jetsocat"
3-
version = "2024.3.4"
3+
version = "2024.3.5"
44
authors = ["Devolutions Inc. <[email protected]>"]
55
edition = "2021"
66
description = "(Web)Socket toolkit for jet protocol related operations"

powershell/DevolutionsGateway/DevolutionsGateway.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = 'DevolutionsGateway.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '2024.3.4'
10+
ModuleVersion = '2024.3.5'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Desktop', 'Core'

0 commit comments

Comments
 (0)