Skip to content

Commit c05dfb3

Browse files
committed
chore: Stone Bridge 3.3.2 changelog.
1 parent 7997ad2 commit c05dfb3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

55

6-
## Stone Bridge 3.3.1
6+
## Stone Bridge 3.3.2
77

8-
### Added
8+
### Fixed
9+
* GODT-2782: Filter all labels when doing perma delete check.
10+
11+
12+
## Stone Bridge 3.3.1
913

1014
### Changed
1115
* GODT-2707: Set bridge-gui default log level to 'debug'.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
1111
.PHONY: build build-gui build-nogui build-launcher versioner hasher
1212

1313
# Keep version hardcoded so app build works also without Git repository.
14-
BRIDGE_APP_VERSION?=3.3.1+git
14+
BRIDGE_APP_VERSION?=3.3.2+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
APP_FULL_NAME:=Proton Mail Bridge
1717
APP_VENDOR:=Proton AG

0 commit comments

Comments
 (0)