Skip to content

Commit

Permalink
Bump Version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafficer authored and kaplun committed Nov 25, 2019
1 parent 78dc380 commit 945cc40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@

- [ProtonVPN-CLI Changelog](#protonvpn-cli-changelog)
- [Table of Contents](#table-of-contents)
- [v2.1.2](#v212)
- [v2.1.1](#v211)
- [v2.1.0](#v210)
- [v2.0.0](#v200)
- [v0.1.0](#v010)

## v2.1.2

- Enhancement: Clearer logging of command line arguments
- Enhancement: Improved version printout (`protonvpn -v`)
- Bug fix: Not following `/etc/resolv.conf` symlinks
- Bug fix: Crash when using `protonvpn connect <servername>` with an invalid servername
- Bug fix: Wrong status printout when Kill Switch is active
- Documentation: Remove duplicate information from USAGE.md in README.md and shorten it
- Documentation: Add installation guide for Python virtual environments
- Documentation: Add setuptools dependency

## v2.1.1

- Enhancement: Better dialog for changing DNS management settings
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.1.1"
VERSION = "2.1.2"

0 comments on commit 945cc40

Please sign in to comment.