From 5aaee8d52ee928723459317ab887ff73c3cd7813 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Thu, 6 Aug 2020 14:26:43 +0200 Subject: [PATCH] Prepare for 0.11.0 release Signed-off-by: Simon Bennetts --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0e63f04..0d91c72fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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] +## [0.11.0] - 2020-08-06 ### Added - Minimal telemetry implementation and config option @@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2018-12-03 First alpha release. -[Unreleased]: https://github.com/zaproxy/zap-hud/compare/v0.10.0...HEAD +[0.11.0]: https://github.com/zaproxy/zap-hud/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/zaproxy/zap-hud/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/zaproxy/zap-hud/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/zaproxy/zap-hud/compare/v0.7.0...v0.8.0