From bb946b47e12cba88008e15130b79728ca88545cc Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 17 Dec 2018 09:46:15 +0000 Subject: [PATCH 1/2] Release 0.1.2 --- CHANGELOG.md | 4 ++-- build.gradle.kts | 2 +- src/other/resources/ZapAddOn.xml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ceebb6a2..d7c7977e7 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.1.2] - 2018-12-17 ### Fixed - Fix bug where field alert flags don't show alert dialog. [#290](https://github.com/zaproxy/zap-hud/issues/290) @@ -14,6 +14,6 @@ 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.1..HEAD +[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 diff --git a/build.gradle.kts b/build.gradle.kts index e3ddaee01..cacb4053e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { } status = "alpha" -version = "0.2.0" +version = "0.1.2" val genHudFilesDir = layout.buildDirectory.dir("genHudFiles").get() val generatedI18nJsFileDir = genHudFilesDir.dir("i18nJs") diff --git a/src/other/resources/ZapAddOn.xml b/src/other/resources/ZapAddOn.xml index 20f806635..a977d5555 100644 --- a/src/other/resources/ZapAddOn.xml +++ b/src/other/resources/ZapAddOn.xml @@ -7,6 +7,7 @@ From 0d26715d7507557e7ce81cccbfa38f0ad42c9212 Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 17 Dec 2018 15:54:31 +0000 Subject: [PATCH 2/2] Prepare next dev iteration Change version back to 0.2.0. Update changelog and ZapAddOn.xml file. --- CHANGELOG.md | 3 +++ build.gradle.kts | 2 +- src/other/resources/ZapAddOn.xml | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c7977e7..8e40546c4 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.1.2] - 2018-12-17 ### Fixed @@ -14,6 +16,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.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 diff --git a/build.gradle.kts b/build.gradle.kts index cacb4053e..e3ddaee01 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { } status = "alpha" -version = "0.1.2" +version = "0.2.0" val genHudFilesDir = layout.buildDirectory.dir("genHudFiles").get() val generatedI18nJsFileDir = genHudFilesDir.dir("i18nJs") diff --git a/src/other/resources/ZapAddOn.xml b/src/other/resources/ZapAddOn.xml index a977d5555..20f806635 100644 --- a/src/other/resources/ZapAddOn.xml +++ b/src/other/resources/ZapAddOn.xml @@ -7,7 +7,6 @@