Skip to content

Commit

Permalink
Bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwukee committed Sep 11, 2023
1 parent 6b3f987 commit e0d12ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.2.1 (September 11, 2023)

Support:

- switched the positions of #should_check_csrf? and @_csrf_check in the code logic for the sake of minor perf improvement.

## 3.2.0 (June 20, 2023)

Features:
Expand Down
2 changes: 1 addition & 1 deletion jwt_sessions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "jwt_sessions/version"
Gem::Specification.new do |s|
s.name = "jwt_sessions"
s.version = JWTSessions::VERSION
s.date = "2023-06-20"
s.date = "2023-09-11"
s.summary = "JWT Sessions"
s.description = "XSS/CSRF safe JWT auth designed for SPA"
s.authors = ["Julija Alieckaja"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jwt_sessions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JWTSessions
VERSION = "3.2.0"
VERSION = "3.2.1"
end

0 comments on commit e0d12ea

Please sign in to comment.