Skip to content

Commit 159d040

Browse files
committed
Bump to 0.2.0
1 parent a556452 commit 159d040

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.2.0
6+
57
* Add `-o json` to output data into a JSON output format
68
* Adjust `server restart` to restart the Nomad allocation rather than killing Envoy.
79
This allows for a more graceful degradation of traffic to the service.

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.1.0"
8+
const Version = "0.2.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)