Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 3, 2024
1 parent 0937165 commit 4f97638
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.8.0 (Released 2024-09-03)

IMPROVEMENTS

- config: verify json/yaml files read as expected
- feat: support HMAC key to verify data
- feat: verify GPG signatures, sign messages
- fix: avoid panic in gzip decompress with nil input
- gpgx: check errors when decrypting private keys
- gpgx: improve error messages
- refactor: wrap errors for clarity
- test: verify HMAC with gpg
- test: verify Sign / VerifySignature

BUILD

- chore(deps): update actions/checkout action to v4
- chore(deps): update actions/setup-go action to v5
- chore(deps): update dependency go to v1.22.6
- chore(deps): update github/codeql-action action to v3

## v0.7.3 (Released 2024-07-11)

BUILD
Expand Down

0 comments on commit 4f97638

Please sign in to comment.