Skip to content

Commit 067fd05

Browse files
authored
admin: prepare next release 0.4.6 (#1013)
1 parent 082391c commit 067fd05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## UNRELEASED
22

3+
## 0.4.6 (December 12, 2024)
4+
35
BUG FIXES:
46
* config: Fixed a bug where the Nomad strategy and target plugins would fail to connect to Nomad's Task API socket [[GH-966](https://github.com/hashicorp/nomad-autoscaler/pull/966)]
57

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
//
1919
// Version must conform to the format expected by github.com/hashicorp/go-version
2020
// for tests to work.
21-
Version = "0.4.6"
21+
Version = "0.4.7"
2222

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

0 commit comments

Comments
 (0)