Skip to content

Commit

Permalink
chore(main): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent 3012bc2 commit 0082f48
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [0.8.0](https://github.com/passageidentity/passage-ruby/compare/v0.7.0...v0.8.0) (2024-12-12)


### Features

* add new class and method names ([4515ac6](https://github.com/passageidentity/passage-ruby/commit/4515ac647530d193450939e4d727c146c7c970b5))
* add parameter guards ([#116](https://github.com/passageidentity/passage-ruby/issues/116)) ([ce5c590](https://github.com/passageidentity/passage-ruby/commit/ce5c59064f1f223c34121acf1b8c8f99cba4acc2))
* **codegen:** create magic link request fields are now optional ([#113](https://github.com/passageidentity/passage-ruby/issues/113)) ([f04af7b](https://github.com/passageidentity/passage-ruby/commit/f04af7bef874db3aba57c1541cc27210313da997))
* jwks caching with ActiveSupport ([#111](https://github.com/passageidentity/passage-ruby/issues/111)) ([34df698](https://github.com/passageidentity/passage-ruby/commit/34df6989e0f793e8a1cf7b81576ebaf3a2c84f98))
* reworks the new create magic link func into three separate functions ([#121](https://github.com/passageidentity/passage-ruby/issues/121)) ([10c9870](https://github.com/passageidentity/passage-ruby/commit/10c98703a8beda1380fae88bb930a4eb3ed5765b))
* support jwt aud validation for hosted apps ([#117](https://github.com/passageidentity/passage-ruby/issues/117)) ([bcaaebe](https://github.com/passageidentity/passage-ruby/commit/bcaaebe987d9e94d6c79a86261db8e56156b91dc))


### Bug Fixes

* name is now consistent with the others ([#63](https://github.com/passageidentity/passage-ruby/issues/63)) ([cc5965b](https://github.com/passageidentity/passage-ruby/commit/cc5965b7aa4d5f3341e30deab74ac7a4c4b961ff))
* use `Passage::VERSION` instead of parsing gemspec ([1e2d1e2](https://github.com/passageidentity/passage-ruby/commit/1e2d1e2dcd2deb846394d26d2436e9bd6da01663))

## [0.7.0](https://github.com/passageidentity/passage-ruby/compare/v0.6.2...v0.7.0) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion lib/passageidentity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Passage
VERSION = '0.7.0'
VERSION = '0.8.0'
end

0 comments on commit 0082f48

Please sign in to comment.