Skip to content

Commit

Permalink
Prepare changes for beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bez625 committed Sep 3, 2024
1 parent 3791c01 commit 2901cda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
dev:

1.9.0-beta.3:
- fix FromAsCasing warning in Docker image building
- change controller.fast-track.grace default value from 200ms to 500ms

1.9.0-beta.2:
- change default timestamp in logs to millisecond-precision
- allow custom timestamp formatting in logs
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "1.9.0-beta.2"
var ReleaseVersion = "1.9.0-beta.3"

func main() {
exitCode := main2()
Expand Down

0 comments on commit 2901cda

Please sign in to comment.