From 5c12b00e70e1f2d20717c4cbc8ed5677a97d26fe Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Tue, 18 Feb 2025 23:44:44 +0100 Subject: [PATCH] chore: Helix Bridge 3.18.0 changelog. --- Changelog.md | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 66ca9819..c0796f7b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,13 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Helix Bridge 3.18.0 + +### Changed +* BRIDGE-309: Revised update logic and structure. +* BRIDGE-154: Added access token to expiry refresh request. + + ## Grunwald Bridge 3.17.0 ### Added diff --git a/Makefile b/Makefile index 56cbf329..46dc5133 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .) .PHONY: build build-gui build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=3.17.0+git +BRIDGE_APP_VERSION?=3.18.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG