From 2300d5c96dbdca1061541459471a78add54e5b57 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Fri, 26 Jan 2024 08:53:38 -0800 Subject: [PATCH] Update Readme for latest release (#182) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7fccf3..0de72d3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A golang library for the [COSE specification][cose-spec] ## Project Status -**Current Release**: [go-cose v1.0.0][current-release] +**Current Release**: [go-cose v1.1.0][current-release] The project was *initially* forked from the upstream [mozilla-services/go-cose][mozilla-go-cose] project, however the Veraison and Mozilla maintainers have agreed to retire the mozilla-services/go-cose project and focus on [veraison/go-cose][veraison-go-cose] as the active project. @@ -243,4 +243,4 @@ go test -fuzz=FuzzSign1 [mozilla-contributors]: https://github.com/mozilla-services/go-cose/graphs/contributors [mozilla-go-cose]: http://github.com/mozilla-services/go-cose [veraison-go-cose]: https://github.com/veraison/go-cose -[current-release]: https://github.com/veraison/go-cose/releases/tag/v1.0.0 +[current-release]: https://github.com/veraison/go-cose/releases/tag/v1.1.0