Skip to content

Commit

Permalink
Start the 3.0 iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 25, 2024
1 parent d09d63b commit a490892
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v3.0.0](https://github.com/jwt/ruby-jwt/tree/v3.0.0) (NEXT)

**Features:**

- Your contribution here

**Fixes and enhancements:**

- Your contribution here

## [v2.10.0](https://github.com/jwt/ruby-jwt/tree/v2.10.0) (2024-12-25)

[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.3...v2.10.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def self.gem_version

# @api private
module VERSION
MAJOR = 2
MINOR = 10
MAJOR = 3
MINOR = 0
TINY = 0
PRE = nil

Expand Down

0 comments on commit a490892

Please sign in to comment.