From 6bbb80e45d11018661b00224ff92af75e2f6ab95 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Mon, 18 Apr 2022 10:28:45 +0200 Subject: [PATCH] Add version badge (#127) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index abae1c8..ab33477 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![pkg-img]][pkg-url] [![reportcard-img]][reportcard-url] [![coverage-img]][coverage-url] +[![version-img]][version-url] JSON Web Token for Go [RFC 7519](https://tools.ietf.org/html/rfc7519), also see [jwt.io](https://jwt.io) for more. @@ -113,3 +114,5 @@ See [these docs][pkg-url]. [reportcard-url]: https://goreportcard.com/report/cristalhq/jwt [coverage-img]: https://codecov.io/gh/cristalhq/jwt/branch/master/graph/badge.svg [coverage-url]: https://codecov.io/gh/cristalhq/jwt +[version-img]: https://img.shields.io/github/v/release/cristalhq/jwt +[version-url]: https://github.com/cristalhq/jwt/releases