From 3d0a57377c630de022b718cf7b4c0cff7454ad67 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Tue, 24 Sep 2024 07:11:16 +0300 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 d505855d..20615990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...main) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here + ## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (2024-09-23) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.0...v2.9.1) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index d1eb7973..839a7c6d 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 9 # tiny version - TINY = 1 + TINY = 2 # alpha, beta, etc. tag PRE = nil