From 764bc342b7e331cfbac3dd81ba1833f4da84c555 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Thu, 28 Mar 2024 20:33:34 +0200 Subject: [PATCH] Prepare 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 fe2a3a32..40239a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.8.2](https://github.com/jwt/ruby-jwt/tree/v2.8.2) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.1...main) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here +- ## [v2.8.1](https://github.com/jwt/ruby-jwt/tree/v2.8.1) (2024-02-29) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.0...v2.8.1) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index fba9f6d1..1daf6c29 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 8 # tiny version - TINY = 1 + TINY = 2 # alpha, beta, etc. tag PRE = nil