Skip to content

Commit

Permalink
chore(release): prepare for 2024.2.1 (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored May 22, 2024
1 parent 813fc7f commit fa3e90d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 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 service, installer and Jetsocat.

## [Unreleased]

## 2024.2.1 (2024-05-22)

### Bug Fixes

- _installer_: use Win32 to set file permissions ([#869](https://github.com/Devolutions/devolutions-gateway/issues/869)) ([813fc7f3bc](https://github.com/Devolutions/devolutions-gateway/commit/813fc7f3bc2c96793f2c4a6c99f7a8067402381e))

## 2024.2.0 (2024-05-21)

### Features
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 @@
2024.2.0
2024.2.1
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 = "2024.2.0"
version = "2024.2.1"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/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 jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetsocat"
version = "2024.2.0"
version = "2024.2.1"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
edition = "2021"
description = "(Web)Socket 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 = '2024.2.0'
ModuleVersion = '2024.2.1'

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

0 comments on commit fa3e90d

Please sign in to comment.