Skip to content

Commit 456492a

Browse files
chore(main): release 1.2.1 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c08e2b commit 456492a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.1](https://github.com/matthewhartstonge/argon2/compare/v1.2.0...v1.2.1) (2025-04-08)
8+
9+
10+
### Bug Fixes
11+
12+
* Bump golang.org/x/crypto from 0.36.0 to 0.37.0 ([#87](https://github.com/matthewhartstonge/argon2/issues/87)) ([3c08e2b](https://github.com/matthewhartstonge/argon2/commit/3c08e2bd89c9b90792e94198ce542440d018a6db))
13+
714
## [1.2.0](https://github.com/matthewhartstonge/argon2/compare/v1.1.1...v1.2.0) (2025-03-06)
815

916
### Features

cmd/argon2/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
// AppName configures the binaries name.
1515
AppName = "argon2"
1616
// AppVersion outputs the binaries version.
17-
AppVersion = "1.2.0" // x-release-please-version
17+
AppVersion = "1.2.1" // x-release-please-version
1818
// AppCommit specifies the exact git commit the binary has been built from.
1919
AppCommit = "unknown"
2020
// AppCommitDate specifies the date the commit was made.

0 commit comments

Comments
 (0)