From 6da02a2f26ec876b7b0c9f9b128a30370a8ffcaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:39:09 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ version.go | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d1bf0a..de0960a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.2" + ".": "1.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e0f5d..644a1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index a9bf704..fb01ca5 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package passage -const version = "v1.11.2" // x-release-please-version +const version = "v1.12.0" // x-release-please-version