Skip to content

Commit ad246a1

Browse files
committed
0.1.0
1 parent 10afc0f commit ad246a1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ The changelog for Bonvoy
22

33
## Pending Release
44

5+
## 0.1.0
6+
57
* Add `server restart` to restart a sidecar
68
* Add `statistics dump` command to dump statistics
79
* Better resiliency around restarting sidecars

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var GitCommit string
55
var GitDescribe string
66

77
// The main version number that is being run at the moment.
8-
const Version = "0.0.4"
8+
const Version = "0.1.0"
99

1010
// A pre-release marker for the version. If this is "" (empty string)
1111
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)