From 7fd7f7c0f81c74c012dc5faf9ef7ed76fabee83d Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Wed, 27 May 2026 22:17:02 +0300 Subject: [PATCH] Prepare the 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 72290776..58a4c047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v3.2.1](https://github.com/jwt/ruby-jwt/tree/v3.2.1) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v3.2.0...v3.2.1) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here + ## [v3.2.0](https://github.com/jwt/ruby-jwt/tree/v3.2.0) (2026-05-13) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v3.1.2...v3.2.0) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index 535e11a8..23deb16e 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -16,7 +16,7 @@ def self.gem_version module VERSION MAJOR = 3 MINOR = 2 - TINY = 0 + TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')