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

Commit a5f1c61

Browse files
Rafficerkaplun
authored andcommitted
Bump Version to v2.2.2
1 parent 67a08da commit a5f1c61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
## Table of Contents
44

5+
- [v2.2.2](#v222)
56
- [v2.2.1](#v221)
67
- [v2.2.0](#v220)
78
- [v2.1.2](#v212)
@@ -10,6 +11,11 @@
1011
- [v2.0.0](#v200)
1112
- [v0.1.0](#v010)
1213

14+
## v2.2.2
15+
16+
- Enhancement: Display usage statistics in status
17+
- Bug fix: Kill Switch activation failed due to missing configuration value
18+
1319
## v2.2.1
1420

1521
- Enhancement: Switch API endpoint to api.protonvpn.ch

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.2.1"
16+
VERSION = "2.2.2"

0 commit comments

Comments
 (0)