diff --git a/.version b/.version index ec7b9678..9bdb566f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.4.0 \ No newline at end of file +v1.4.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a884d52..2431d423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.4.1](https://github.com/auth0/go-auth0/tree/v1.4.1) (2024-02-28) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.4.0...v1.4.1) + +**Added** +- feat: Add Prompt Partials Support [\#341](https://github.com/auth0/go-auth0/pull/341) ([m3talsmith](https://github.com/m3talsmith)) [#360](https://github.com/auth0/go-auth0/pull/360) ([sergiught](https://github.com/sergiught)) + ## [v1.4.0](https://github.com/auth0/go-auth0/tree/v1.4.0) (2023-12-14) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.3.1...v1.4.0) diff --git a/meta.go b/meta.go index 35c04ee5..c9460bc3 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.4.0" +var Version = "1.4.1"