From 341d47ab337dc61f2ee001d80f3a6cfb608a2aca Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sat, 17 Feb 2024 16:19:17 +0200 Subject: [PATCH] Next iteration --- CHANGELOG.md | 12 ++++++++++++ lib/jwt/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0fdae4..f83ddcb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.8.1](https://github.com/jwt/ruby-jwt/tree/v2.8.1) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.0...main) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here + ## [v2.8.0](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2024-02-17) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.7.1...v2.8.0) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index a2ee57d5..fba9f6d1 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 8 # tiny version - TINY = 0 + TINY = 1 # alpha, beta, etc. tag PRE = nil