diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b753c6..2e4f5b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.3.4 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.3...v0.3.4) + +### 🚀 Enhancements + +- Support redirectURL config for all providers ([cdca787](https://github.com/Atinux/nuxt-auth-utils/commit/cdca787)) + +### ❤️ Contributors + +- Kevin Olson ([@acidjazz](http://github.com/acidjazz)) + ## v0.3.3 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.2...v0.3.3) diff --git a/package.json b/package.json index 8b3bceb1..fed07992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.3.3", + "version": "0.3.4", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",