From 7038afcc157554aa69e7ccd860911e97e8e3bbf1 Mon Sep 17 00:00:00 2001 From: kapsiR Date: Sun, 12 Jul 2020 21:26:53 +0200 Subject: [PATCH] Bump version to v0.6.0 and update release infos --- CHANGELOG.md | 8 ++++++-- HaveIBeenPwnedKeePassPlugin/HaveIBeenPwnedPluginExt.cs | 2 +- KeePass.version | 2 +- version.json | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97e6b5..5b86daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ 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] -## Added +### + +## [0.6.0] - 2020-07-12 +### Added - Added a new option to enable a good news (no breach) message, when an entry is manually checked ('check current password') - When a password entry has the tag 'pwned-ignore', it will be ignored on all automatic checks (Can be toggled via context menu) @@ -44,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Check HIBP Pnwed Passwords service when an entry gets modified (optional) - Big thanks to [Troy Hunt] and [Junade Ali] who make this possible! -[Unreleased]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.3.0...v0.3.1 diff --git a/HaveIBeenPwnedKeePassPlugin/HaveIBeenPwnedPluginExt.cs b/HaveIBeenPwnedKeePassPlugin/HaveIBeenPwnedPluginExt.cs index fd019a7..9dd0ef4 100644 --- a/HaveIBeenPwnedKeePassPlugin/HaveIBeenPwnedPluginExt.cs +++ b/HaveIBeenPwnedKeePassPlugin/HaveIBeenPwnedPluginExt.cs @@ -31,7 +31,7 @@ public sealed class HaveIBeenPwnedPluginExt : Plugin public HaveIBeenPwnedPluginExt() => _hibp = new HIBP(); - public override string UpdateUrl => "https://raw.githubusercontent.com/kapsiR/HaveIBeenPwnedKeePassPlugin/master/KeePass.version"; + public override string UpdateUrl => "https://raw.githubusercontent.com/kapsiR/HaveIBeenPwnedKeePassPlugin/main/KeePass.version"; /// /// Initialization of the plugin diff --git a/KeePass.version b/KeePass.version index 139f6d1..80e02b6 100644 --- a/KeePass.version +++ b/KeePass.version @@ -1,3 +1,3 @@ : -Have I Been Pwned Plugin:0.5 +Have I Been Pwned Plugin:0.6.0.7 : diff --git a/version.json b/version.json index 9f163e0..712ad6e 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.6.0-preview", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "0.6.0", "publicReleaseRefSpec": [ "^refs/heads/master$" ],