diff --git a/CHANGELOG.md b/CHANGELOG.md index 5026bf9..f3d204e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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.7.0] - 2021-03-09 ### Added - Added a new option to enable date changes for the password entries when any breach information gets added or removed @@ -48,7 +51,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.6.0...HEAD +[Unreleased]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.6.0...v0.7.0 [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 diff --git a/KeePass.version b/KeePass.version index 80e02b6..4d4730f 100644 --- a/KeePass.version +++ b/KeePass.version @@ -1,3 +1,3 @@ : -Have I Been Pwned Plugin:0.6.0.7 +Have I Been Pwned Plugin:0.7.0.2 : diff --git a/version.json b/version.json index 86f3188..c60983f 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.7.0-preview", + "version": "0.7.0", "publicReleaseRefSpec": [ "^refs/heads/master$" ],