Skip to content

Commit

Permalink
Bump Version to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafficer authored and kaplun committed Feb 10, 2020
1 parent 67a08da commit a5f1c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v2.2.2](#v222)
- [v2.2.1](#v221)
- [v2.2.0](#v220)
- [v2.1.2](#v212)
Expand All @@ -10,6 +11,11 @@
- [v2.0.0](#v200)
- [v0.1.0](#v010)

## v2.2.2

- Enhancement: Display usage statistics in status
- Bug fix: Kill Switch activation failed due to missing configuration value

## v2.2.1

- Enhancement: Switch API endpoint to api.protonvpn.ch
Expand Down
2 changes: 1 addition & 1 deletion protonvpn_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
SPLIT_TUNNEL_FILE = os.path.join(CONFIG_DIR, "split_tunnel.txt")
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass")
VERSION = "2.2.1"
VERSION = "2.2.2"

0 comments on commit a5f1c61

Please sign in to comment.