Skip to content

Commit

Permalink
Bump to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Jun 5, 2023
1 parent 11d57c5 commit 9fd7617
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.6.0] - 2023-06-05

* Support on behalf access tokens when `authorize_by_jwt_subject_type "Person"`

## [2.5.0] - 2023-05-11
Expand Down Expand Up @@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add a changelog
* Setup automated gem publishing

[Unreleased]: https://github.com/zaikio/zaikio-directory-models/compare/v2.5.0...HEAD
[Unreleased]: https://github.com/zaikio/zaikio-directory-models/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/zaikio/zaikio-directory-models/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/zaikio/zaikio-directory-models/compare/v2.4.1...v2.5.0
[2.4.1]: https://github.com/zaikio/zaikio-directory-models/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/zaikio/zaikio-directory-models/compare/v2.3.0...v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zaikio-jwt_auth (2.5.0)
zaikio-jwt_auth (2.6.0)
activejob
jwt (>= 2.2.1)
oj (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/jwt_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module JWTAuth
VERSION = "2.5.0".freeze
VERSION = "2.6.0".freeze
end
end

0 comments on commit 9fd7617

Please sign in to comment.