Skip to content

Commit

Permalink
chore(main): release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent 4448a3e commit 6da02a2
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 @@
{
".": "1.11.2"
".": "1.12.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.

## [1.12.0](https://github.com/passageidentity/passage-go/compare/v1.11.2...v1.12.0) (2024-12-12)


### Features

* add new signatures for user and auth functions ([c63c75e](https://github.com/passageidentity/passage-go/commit/c63c75e44705500f2caf45e4a553c0064f3950b8))
* add parameter guards ([#115](https://github.com/passageidentity/passage-go/issues/115)) ([e61d115](https://github.com/passageidentity/passage-go/commit/e61d115f8b0ef2a3624fbcf3f3053d16feac8d24))
* add passage error class ([#105](https://github.com/passageidentity/passage-go/issues/105)) ([f0e7239](https://github.com/passageidentity/passage-go/commit/f0e72390e1e72f84ae3369dbf77dc6361d05a80e))
* adds new fields to the AppInfo and UserInfo structs ([94748b5](https://github.com/passageidentity/passage-go/commit/94748b51882814f94ce15ff2e7a19de8940c2f29))
* jwt audience validation ([#89](https://github.com/passageidentity/passage-go/issues/89)) ([ae2f00d](https://github.com/passageidentity/passage-go/commit/ae2f00d29fd48fe7bc7a908b4a5062189c3b4ea0))
* remove JWK re-fetch logic ([cf887ab](https://github.com/passageidentity/passage-go/commit/cf887abdb0657bbae751bf664f13a56b965f919c))
* reworks the new create magic link func into three separate functions ([#117](https://github.com/passageidentity/passage-go/issues/117)) ([741b260](https://github.com/passageidentity/passage-go/commit/741b260801b6fc127351597c45432c71ebc9786e))


### Bug Fixes

* updates jwx library to use its thread-safe jwks cache ([#88](https://github.com/passageidentity/passage-go/issues/88)) ([b677920](https://github.com/passageidentity/passage-go/commit/b67792097093386c667d940327d859b3dc7e5e32))

## [1.11.2] - 2024-10-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package passage

const version = "v1.11.2" // x-release-please-version
const version = "v1.12.0" // x-release-please-version

0 comments on commit 6da02a2

Please sign in to comment.