Skip to content

Commit

Permalink
Bump version to v0.6.0 and update release infos
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsiR committed Jul 12, 2020
1 parent 754a83e commit 7038afc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion HaveIBeenPwnedKeePassPlugin/HaveIBeenPwnedPluginExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Initialization of the plugin
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.5
Have I Been Pwned Plugin:0.6.0.7
:
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -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$"
],
Expand Down

0 comments on commit 7038afc

Please sign in to comment.