Skip to content

Release v4.1.0 #1926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/nextjs-auth0",
"version": "4.0.1",
"version": "4.1.0",
"description": "Auth0 Next.js SDK",
"scripts": {
"build": "tsc",
Expand Down