From e6dde2dc5f0b04ccbdaa241e5ab6f716ff7e1944 Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Thu, 5 Sep 2024 09:43:37 +0800 Subject: [PATCH] bump: release v1.2.1 Signed-off-by: Patrick Zheng --- signer/signer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/signer.go b/signer/signer.go index 4f79bef2..40d23ec3 100644 --- a/signer/signer.go +++ b/signer/signer.go @@ -34,7 +34,7 @@ import ( ) // signingAgent is the unprotected header field used by signature. -const signingAgent = "notation-go/1.2.0" +const signingAgent = "notation-go/1.2.1" // GenericSigner implements notation.Signer and embeds signature.Signer type GenericSigner struct {