diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d6ed0a..2814639d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v4.1.0](https://github.com/auth0/nextjs-auth0/tree/v4.1.0) (2025-02-19) +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.0.1...v4.1.0) + +**Changed** +- Merge `v4` changes to `main` [\#1912](https://github.com/auth0/nextjs-auth0/pull/1912) ([nandan-bhat](https://github.com/nandan-bhat)) + +**Fixed** +- fix: read and migrate v3 session format to v4 [\#1923](https://github.com/auth0/nextjs-auth0/pull/1923) ([guabu](https://github.com/guabu)) +- Update API DOCs link on the README.md [\#1914](https://github.com/auth0/nextjs-auth0/pull/1914) ([nandan-bhat](https://github.com/nandan-bhat)) +- Updating API DOCs [\#1913](https://github.com/auth0/nextjs-auth0/pull/1913) ([nandan-bhat](https://github.com/nandan-bhat)) +- fix/updateV4MigrationGuide [\#1925](https://github.com/auth0/nextjs-auth0/pull/1925) ([tusharpandey13](https://github.com/tusharpandey13)) + ## [v4.0.1](https://github.com/auth0/nextjs-auth0/releases/tag/v4.0.1) (2025-02-12) [Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.0.0...v4.0.1) diff --git a/package.json b/package.json index 5626a6ea..fdf7ca06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/nextjs-auth0", - "version": "4.0.1", + "version": "4.1.0", "description": "Auth0 Next.js SDK", "scripts": { "build": "tsc",