Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Nov 15, 2022
1 parent 64c896b commit b1a8991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions Readme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Here is a list of changes for each of the releases.

- [Changelog](#changelog)
- [Table of Contents](#table-of-contents)
- [v0.13.1 (develop branch)](#v0131-develop-branch)
- [v0.13.0 (current release)](#v0130-current-release)
- [v0.14.0 (develop branch)](#v0140-develop-branch)
- [v0.13.1 (current release)](#v0131-current-release)
- [v0.13.0](#v0130)
- [v0.12.0](#v0120)
- [v0.11.0](#v0110)
- [v0.10.0](#v0100)
Expand All @@ -22,11 +23,13 @@ Here is a list of changes for each of the releases.
- [v0.3.0](#v030)
- [v0.2](#v02)

## v0.13.1 (develop branch)
## v0.14.0 (develop branch)

To see unreleased changes please do so on `develop` branch [HERE][changelog]\
**NOTE:** Changes for unreleased version may change or be announced upfront

## v0.13.1 (current release)

- Modules

- Updated `Test-ExecutableFile` so that digital signature mismatch is always reported
Expand All @@ -41,7 +44,7 @@ To see unreleased changes please do so on `develop` branch [HERE][changelog]\
- Resolved some annoying warnings
- Converted some errors about unfound programs (registry keys) to warnings

## v0.13.0 (current release)
## v0.13.0

- Rules

Expand Down
6 changes: 3 additions & 3 deletions Readme/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Todo's in this file are categorized into following sections:
- `git prune --dry-run` `git prune`
- `git repack -d -F`
- Create and publish a new tag:
- `git tag -a v0.14.0 -m "Windows Firewall Ruleset -s"`
- `git tag -v v0.14.0`
- `git push origin v0.14.0`
- `git tag -a v0.13.1 -m "Windows Firewall Ruleset 0.13.1 -s`
- `git tag -v v0.13.1`
- `git push origin v0.13.1`
- Generate SHA `Get-FileHash -Algorithm SHA256 -Path FILENAME`

5. Documentation
Expand Down

0 comments on commit b1a8991

Please sign in to comment.