diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec8ea7..134c62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.5.0 + +[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.4.0...v0.5.0) + +### 🩹 Fixes + +- **resolve:** 🐛 Fixed wrong middleware resolver reference ([8a275c2](https://github.com/itpropro/nuxt-oidc-auth/commit/8a275c2)) + +### ❤️ Contributors + +- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro)) + ## v0.4.0 [compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.3.0...v0.4.0) diff --git a/package.json b/package.json index 1533c24..1abecb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@itpropro/nuxt-oidc-auth", "private": false, - "version": "0.4.0", + "version": "0.5.0", "description": "OIDC authentication module for Nuxt SSR", "repository": "itpropro/nuxt-oidc-auth", "homepage": "https://github.com/itpropro/nuxt-oidc-auth#readme",