From 73f51de6ce83e03c7db0c6cdc63b814a8907b4ca Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 31 Dec 2018 09:50:54 +0000 Subject: [PATCH 1/3] Release 0.2.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bf12009..d64c256a6 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.2.0] - 2018-12-31 ### Added - Add option to control on-domain messages. [#294](https://github.com/zaproxy/zap-hud/issues/294) @@ -28,7 +28,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.1.2..HEAD +[0.2.0]: https://github.com/zaproxy/zap-hud/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/zaproxy/zap-hud/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/zaproxy/zap-hud/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/zaproxy/zap-hud/compare/f41b7a279a3a2d86edbf22e7d48d6b9c24e768c8...v0.1.0 \ No newline at end of file From bae210eec58704cd49d193817f51d36b53656a17 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 31 Dec 2018 10:27:45 +0000 Subject: [PATCH 2/3] Merging 0.2.0 release --- CHANGELOG.md | 3 +++ build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64c256a6..ac2af6015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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.2.0] - 2018-12-31 ### Added @@ -28,6 +30,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.2.0...HEAD [0.2.0]: https://github.com/zaproxy/zap-hud/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/zaproxy/zap-hud/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/zaproxy/zap-hud/compare/v0.1.0...v0.1.1 diff --git a/build.gradle.kts b/build.gradle.kts index 3dffb7491..3e90ddc3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } status = "alpha" -version = "0.2.0" +version = "0.3.0" val genHudFilesDir = layout.buildDirectory.dir("genHudFiles").get() val generatedI18nJsFileDir = genHudFilesDir.dir("i18nJs") From 28d5697608b1205c3b378dbca63aef40603e88be Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 2 Jan 2019 09:59:53 +0000 Subject: [PATCH 3/3] Add bades for Snyk and LGTM The LGTM isnt that great right now, but #325 will fix a load and plan to fix the rest asap. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0dcda20..5760c8ba0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# ![HUD Logo](https://raw.githubusercontent.com/zaproxy/zap-hud/develop/assets/images/hud_logo_128px.png) OWASP ZAP Heads Up Display ![Release: Alpha](https://img.shields.io/badge/release-alpha-brightgreen.svg) +# ![HUD Logo](https://raw.githubusercontent.com/zaproxy/zap-hud/develop/assets/images/hud_logo_128px.png) OWASP ZAP Heads Up Display +![Release: Alpha](https://img.shields.io/badge/release-alpha-brightgreen.svg) +[![Known Vulnerabilities](https://snyk.io/test/github/zaproxy/zap-hud/badge.svg?targetFile=package.json)](https://snyk.io/test/github/zaproxy/zap-hud?targetFile=package.json) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/zaproxy/zap-hud.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/zaproxy/zap-hud/alerts/) + Welcome to the HUD