Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Jun 26, 2024
1 parent 9cc6d23 commit b28034a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Cert Warden Client Changelog
(Formerly LeGo CertHub Client)

## [v0.3.1] - 2024-06-26

Fix incorrect parsing of cert and key file permission environment
variables. Also set default key permissions to `0600`.


## [v0.3.0] - 2024-04-15

Name changed to Cert Warden.
Expand Down
2 changes: 1 addition & 1 deletion pkg/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// version
const appVersion = "0.3.0"
const appVersion = "0.3.1"

// main entrypoint
func main() {
Expand Down

0 comments on commit b28034a

Please sign in to comment.