Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Feb 6, 2021
1 parent 5236adf commit d9a2ee2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project follows [semantic versioning](http://semver.org).

### UNRELEASED
### v2.1.0 (2021-02-06)

- [added] Support for websocket proxy mode
- [added] Support for hook scripts to handle certain situations
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "2.0.1"
version = "2.1.0"
authors = ["Dennis Schwerdel <[email protected]>"]
build = "build.rs"
license = "GPL-3.0"
Expand Down
13 changes: 13 additions & 0 deletions assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
vpncloud (2.1.0) stable; urgency=medium

* [added] Support for websocket proxy mode
* [added] Support for hook scripts to handle certain situations
* [added] Support for creating shell completions
* [removed] Removed dummy device type
* [changed] Updated dependencies
* [changed] Changed Rust version to 1.49.0
* [fixed] Added missing peer address propagation
* [fixed] Fixed problem with peer addresses without port

-- Dennis Schwerdel <[email protected]> Sat, 06 Feb 2020 13:13:00 +0100

vpncloud (2.0.1) stable; urgency=medium

* [changed] Changed documentation
Expand Down

0 comments on commit d9a2ee2

Please sign in to comment.