From 936aa9122a9975ecc9f9d97ea9f498107844f793 Mon Sep 17 00:00:00 2001 From: Jiri Kozel Date: Wed, 6 Dec 2023 11:40:18 +0100 Subject: [PATCH] Release v1.22.3 --- CHANGELOG.md | 4 +--- version.txt | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d90a913..c1339dcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # Changelog ## v1.22.3 + 2023-12-06 ### Upgrade requirements - Change environment variable [LAYMAN_CLIENT_VERSION](doc/env-settings.md#LAYMAN_CLIENT_VERSION): ``` LAYMAN_CLIENT_VERSION=v1.17.2 ``` -### Migrations and checks -#### Schema migrations -#### Data migrations ### Changes - Improve logging in Layman Test Client related to Passport.js. - [968](https://github.com/LayerManager/layman/issues/968) Enable to use not-so-secure SSL communication (UnsafeLegacyRenegotiation) in Layman Test Client. It can be activated by environment variable [NODE_OPTIONS](doc/env-settings.md#NODE_OPTIONS): diff --git a/version.txt b/version.txt index 2ff614810..1b66ecdf7 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -v1.22.3-dev -2023-11-10T11:00:01Z +v1.22.3 +2023-12-06T13:00:00Z