From 4162f36a08c7104c4c218eeb74f89c70281ce5c7 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Fri, 13 Sep 2024 20:19:13 -0700 Subject: [PATCH] docs: fixes Readme #203 (#206) Signed-off-by: steve lasker Co-authored-by: Orie Steele --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5eb1fef..fe12626 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ A golang library for the [COSE specification][cose-spec] ## Project Status -**Current Supported Release**: [go-cose v1.1.0][current-release] - -**Current Pre-Release**: [go-cose v1.3.0-alpha.1][current-pre-release] +The verasion/go-cose project is actively maintained. +See [current releases](https://github.com/veraison/go-cose/releases). 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. @@ -245,5 +244,3 @@ 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.1.0 -[current-pre-release]: https://github.com/veraison/go-cose/releases/tag/v1.3.0-alpha.1 \ No newline at end of file