Skip to content

Commit

Permalink
Bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsiR committed Mar 9, 2021
1 parent a38f7b8 commit e10f524
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion KeePass.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
Have I Been Pwned Plugin:0.6.0.7
Have I Been Pwned Plugin:0.7.0.2
:
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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$"
],
Expand Down

0 comments on commit e10f524

Please sign in to comment.