Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 25, 2023
1 parent c46e974 commit 4d351e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.27.1:
- fix issue with voluntary exits using incorrect domain (thanks to @0xTylerHolmes)

1.27.0:
- use new build system
- support S3 credentials
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.27.0)"
var ReleaseVersion = "local build (latest release 1.27.1)"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 4d351e6

Please sign in to comment.