From c44166f2644e54b596444c8d64eaccf5b5db1cf4 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sun, 27 Sep 2020 08:47:11 +0200 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827ed29..cea2954 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] + +## [2.1.0] - 2020-09-27 ### Added - Enable [Tor control](https://gitweb.torproject.org/torspec.git/tree/control-spec.txt) listener on port `9051` @@ -29,7 +31,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/v2.0.0...HEAD +[Unreleased]: https://github.com/fphammerle/docker-tor-proxy/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/fphammerle/docker-tor-proxy/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/fphammerle/docker-tor-proxy/compare/v1.1.1...v2.0.0 [1.1.1]: https://github.com/fphammerle/docker-tor-proxy/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/fphammerle/docker-tor-proxy/compare/1.0.0...v1.1.0