Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Dec 20, 2024
1 parent ca73fa1 commit 2021439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.11.0] - 2024-12-20
- Prevent strategy from running when the current path matches a dispatch request ([60](https://github.com/waiting-for-dev/warden-jwt_auth/pull/60))

## [0.10.1] - 2024-12-15
- Fix version mismatch

Expand Down
2 changes: 1 addition & 1 deletion lib/warden/jwt_auth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Warden
module JWTAuth
VERSION = '0.10.1'
VERSION = '0.11.0'
end
end

0 comments on commit 2021439

Please sign in to comment.