Skip to content

Commit 99da555

Browse files
authored
bump: release v1.1.2 (#453)
## Release This would mean tagging 595c710 `v1.1.2` to release. ## Vote We need at least `4` approvals from `6` maintainers to release `notation-go v1.1.2`. - [x] Pritesh Bandi (@priteshbandi) - [x] Junjie Gao (@JeyJeyGao) - [ ] Rakesh Gariganti (@rgnote) - [ ] Milind Gokarn (@gokarnm) - [x] Shiwei Zhang (@shizhMSFT) - [x] Patrick Zheng (@Two-Hearts) ## What's Changed * fix&bump: maintenance update for branch `release-1.1` by @JeyJeyGao in #448 * fix: dir no longer panics when HOME and XDG_CONFIG_HOME are not set (#449) by @JeyJeyGao in #450 **Full Changelog**: v1.1.1...595c710 ## Actions Please review the PR and vote by approving. Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
1 parent e6c7fef commit 99da555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signer/signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
// signingAgent is the unprotected header field used by signature.
37-
const signingAgent = "notation-go/1.1.2+unreleased"
37+
const signingAgent = "notation-go/1.1.2"
3838

3939
// genericSigner implements notation.Signer and embeds signature.Signer
4040
type genericSigner struct {

0 commit comments

Comments
 (0)