Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Aug 30, 2022
1 parent aafa744 commit 63105bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* Extract token data logic into its own `Zaikio::Hub::TokenData` class
## [0.11.0] - 2022-08-30

* Extract token data logic into its own `Zaikio::Hub::TokenData` class
This also exposes the `sub` attribute of the token as `TokenData#subject`.
* Support newer versions of `jwt` and `spyke`

## [0.10.0] - 2022-08-15

Expand Down Expand Up @@ -94,7 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added subscriptions (migration required)

[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.9.0..HEAD
[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.0..HEAD
[0.11.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.10.0..v0.11.0
[0.10.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.9.0..v0.10.0
[0.9.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.8.0..v0.9.0
[0.8.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.7.0..v0.8.0
[0.7.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.6.2..v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/hub/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module Hub
VERSION = "0.10.0".freeze
VERSION = "0.11.0".freeze
end
end

0 comments on commit 63105bc

Please sign in to comment.