diff --git a/CHANGELOG.md b/CHANGELOG.md index 890ad928..187b0a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v0.0.9 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.8...v0.0.9) + +### 🚀 Enhancements + +- Add max_age param for auth0 ([#26](https://github.com/Atinux/nuxt-auth-utils/pull/26)) +- Added Microsoft as oauth provider ([#8](https://github.com/Atinux/nuxt-auth-utils/pull/8)) + +### ❤️ Contributors + +- Jakub Frelik +- Uģis ([@BerzinsU](http://github.com/BerzinsU)) + ## v0.0.8 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.7...v0.0.8) diff --git a/package.json b/package.json index 431a4cb1..b72ee42c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.8", + "version": "0.0.9", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",