Skip to content

Commit

Permalink
admin: prepare for next release (hashicorp#466)
Browse files Browse the repository at this point in the history
* Relese v0.3.2
* Prepare for next release
  • Loading branch information
jrasell authored Oct 21, 2022
1 parent b22e518 commit 4cc7f75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## UNRELEASED

## 0.3.2 (October 20, 2022)

IMPROVEMENTS:
* build: Now builds with go v1.19.1 [[GH-464](https://github.com/hashicorp/levant/pull/464)]
* deps: Updated Nomad dependency to v1.4.1. [[GH-464](https://github.com/hashicorp/levant/pull/464)]
* deps: Updated golang.org/x/text to v0.4.0 [[GH-465](https://github.com/hashicorp/levant/pull/465)]

## 0.3.1 (February 14, 2022)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (

// Version must conform to the format expected by
// github.com/hashicorp/go-version for tests to work.
Version = "0.3.2"
Version = "0.3.3"

// VersionPrerelease is the marker for the version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit 4cc7f75

Please sign in to comment.