Skip to content

Commit 82611d2

Browse files
committed
Release v0.4.9
1 parent e7f98c5 commit 82611d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 0.4.9 (January 6, 2026)
22

33
BUG FIXES:
44
* manager: Fixed a bug where reloading the configuation would prevent policies from being checked. [[GH-1207](https://github.com/hashicorp/nomad-autoscaler/pull/1207)]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
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
2525
// such as "dev" (in development), "beta.1", "rc.1", etc.
26-
VersionPrerelease = "dev"
26+
VersionPrerelease = ""
2727

2828
// VersionMetadata is metadata further describing the build type.
2929
VersionMetadata = ""

0 commit comments

Comments
 (0)