Skip to content

Commit dd0aab7

Browse files
Rafficerkaplun
authored andcommitted
Bump Version to v2.2.4
1 parent 22d1f61 commit dd0aab7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [v2.2.4](#v224)
56
- [v2.2.3](#v223)
67
- [v2.2.2](#v222)
78
- [v2.2.1](#v221)
@@ -12,6 +13,10 @@
1213
- [v2.0.0](#v200)
1314
- [v0.1.0](#v010)
1415

16+
## v2.2.4
17+
18+
- Bug fix: Failing to connect when choosing a server via dialog menu
19+
1520
## v2.2.3
1621

1722
- Enhancement: Option to define API domain via config

protonvpn_cli/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
SPLIT_TUNNEL_FILE = os.path.join(CONFIG_DIR, "split_tunnel.txt")
1818
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
1919
PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass")
20-
VERSION = "2.2.3"
20+
VERSION = "2.2.4"

0 commit comments

Comments
 (0)