From fec747220651273fafb750aca37b8735034b72f2 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Fri, 19 Jul 2024 09:40:43 -0700 Subject: [PATCH] Update Current Release & Pre-release Info (#191) Signed-off-by: steve lasker Co-authored-by: Orie Steele --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de72d3..5eb1fef 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ A golang library for the [COSE specification][cose-spec] ## Project Status -**Current Release**: [go-cose v1.1.0][current-release] +**Current Supported Release**: [go-cose v1.1.0][current-release] + +**Current Pre-Release**: [go-cose v1.3.0-alpha.1][current-pre-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. @@ -244,3 +246,4 @@ go test -fuzz=FuzzSign1 [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.1.0 +[current-pre-release]: https://github.com/veraison/go-cose/releases/tag/v1.3.0-alpha.1 \ No newline at end of file