Skip to content

Commit

Permalink
Bump version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Apr 22, 2022
1 parent 725ecf9 commit ed9d6f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 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]

## [1.0.2] - 2022-04-21

* After setting `authorize_by_jwt_subject_type` and `authorize_by_jwt_scopes` in a
controller, any classes inheriting from your controller will also get a copy of those
attributes. You can override this behaviour by calling the methods again in the child
Expand Down Expand Up @@ -48,7 +50,9 @@ 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/v1.0.0...HEAD
[Unreleased]: https://github.com/zaikio/zaikio-directory-models/compare/v1.0.2...HEAD
[1.0.1]: https://github.com/zaikio/zaikio-directory-models/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/zaikio/zaikio-directory-models/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/zaikio/zaikio-directory-models/compare/v0.5.1...v1.0.0
[0.5.1]: https://github.com/zaikio/zaikio-directory-models/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/zaikio/zaikio-directory-models/compare/v0.4.4...v0.5.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 (1.0.1)
zaikio-jwt_auth (1.0.2)
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 = "1.0.1".freeze
VERSION = "1.0.2".freeze
end
end

0 comments on commit ed9d6f1

Please sign in to comment.