diff --git a/CHANGELOG.md b/CHANGELOG.md index 717d23e..2712dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.5.12 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.11...v0.5.12) + +### 🚀 Enhancements + +- **session:** Add generated session id ([#338](https://github.com/atinux/nuxt-auth-utils/pull/338)) +- Add bluesky as a provider ([#281](https://github.com/atinux/nuxt-auth-utils/pull/281)) + +### 🏡 Chore + +- Update deps ([1d4c52c](https://github.com/atinux/nuxt-auth-utils/commit/1d4c52c)) + +### ❤️ Contributors + +- Sébastien Chopin +- Neil Richter + ## v0.5.11 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.10...v0.5.11) diff --git a/package.json b/package.json index 26e71d2..8759ddc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.11", + "version": "0.5.12", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",