Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 80a4c6d

Browse files
Rafficerkaplun
authored andcommitted
Bump Version to 2.2.0
1 parent 95701b0 commit 80a4c6d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@
44

55
- [ProtonVPN-CLI Changelog](#protonvpn-cli-changelog)
66
- [Table of Contents](#table-of-contents)
7+
- [v2.2.0](#v220)
78
- [v2.1.2](#v212)
89
- [v2.1.1](#v211)
910
- [v2.1.0](#v210)
1011
- [v2.0.0](#v200)
1112
- [v0.1.0](#v010)
1213

14+
## v2.2.0
15+
16+
- Feature: Wait for connection when using auto-connect
17+
- Enhancement: Option to allow access to LAN with Kill Switch
18+
- Enhancement: Inform user about this document when displaying update notification
19+
- Bug fix: Potential IPv6 leak when reconnecting the network interface with an active connection
20+
- Bug fix: Error when trying to connect after reinitializing the profile with an active connection
21+
- Bug fix: Configuration value spelling when changing default protocol
22+
- Bug fix: Wrong API in update check
23+
1324
## v2.1.2
1425

1526
- Enhancement: Clearer logging of command line arguments

protonvpn_cli/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
SPLIT_TUNNEL_FILE = os.path.join(CONFIG_DIR, "split_tunnel.txt")
1414
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
1515
PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass")
16-
VERSION = "2.1.2"
16+
VERSION = "2.2.0"

0 commit comments

Comments
 (0)