From e3d69cb61c30920e4beb8885402bca7dd84eabbb Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Wed, 7 Jul 2021 18:28:12 +0200 Subject: [PATCH] release v4.4.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a5d41..13f127a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.4.0] - 2021-07-07 ### Added - added ability to exclude exit nodes via `EXCLUDE_EXIT_NODES` environment variable @@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - tor socks5 & DNS proxy -[Unreleased]: https://github.com/fphammerle/docker-tor-proxy/compare/v4.3.1...HEAD +[Unreleased]: https://github.com/fphammerle/docker-tor-proxy/compare/v4.4.0...HEAD +[4.4.0]: https://github.com/fphammerle/docker-tor-proxy/compare/v4.3.1...v4.4.0 [4.3.1]: https://github.com/fphammerle/docker-tor-proxy/compare/v4.3.0...v4.3.1 [4.3.0]: https://github.com/fphammerle/docker-tor-proxy/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/fphammerle/docker-tor-proxy/compare/v4.1.0...v4.2.0