diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..b55c11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae16e60..d8d0bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1](https://github.com/matthewhartstonge/argon2/compare/v1.1.0...v1.1.1) (2024-12-23) + + +### Bug Fixes + +* **cmd/argon2:** enable ldflags variable configuration. ([988c8fe](https://github.com/matthewhartstonge/argon2/commit/988c8fec2409ed091efe93ae9ab4d99da7b851f8)) + ## [1.1.0](https://github.com/matthewhartstonge/argon2/compare/v1.0.3...v1.1.0) (2024-12-21) diff --git a/cmd/argon2/main.go b/cmd/argon2/main.go index 1670a9d..fda5dcb 100644 --- a/cmd/argon2/main.go +++ b/cmd/argon2/main.go @@ -14,7 +14,7 @@ var ( // AppName configures the binaries name. AppName = "argon2" // AppVersion outputs the binaries version. - AppVersion = "0.1.3" // x-release-please-version + AppVersion = "1.1.1" // x-release-please-version // AppCommit specifies the exact git commit the binary has been built from. AppCommit = "unknown" // AppCommitDate specifies the date the commit was made.