Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Mar 6, 2024
1 parent 33a2648 commit 64554a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# LeGo CertHub Client Changelog

## [v0.2.1] - 2024-03-06

Update to Go 1.22.1, which includes some security fixes.


## [v0.2.0] - 2024-02-12

First 'real' release. Some bug fixes and dependency updates from the
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.2.0"
const appVersion = "0.2.1"

// main entrypoint
func main() {
Expand Down

0 comments on commit 64554a0

Please sign in to comment.