From 3f77a61e2dd1e3f91a991da358067c73795a1cbd Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sun, 15 Sep 2024 18:53:19 +0300 Subject: [PATCH] Prepare next release --- CHANGELOG.md | 14 +++++++++++++- lib/jwt/version.rb | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5301eba8..8721e8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [v2.9.0](https://github.com/jwt/ruby-jwt/tree/v2.9.0) (NEXT) +## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.0...main) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here + +## [v2.9.0](https://github.com/jwt/ruby-jwt/tree/v2.9.0) (2024-09-15) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.2...v2.9.0) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index 858816c7..d1eb7973 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 9 # tiny version - TINY = 0 + TINY = 1 # alpha, beta, etc. tag PRE = nil