diff --git a/CHANGELOG.md b/CHANGELOG.md index a1336a12..f0dcc966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.5.9 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.8...v0.5.9) + +### 🚀 Enhancements + +- Add support for websocket handler ([#327](https://github.com/atinux/nuxt-auth-utils/pull/327)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) + ## v0.5.8 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.7...v0.5.8) diff --git a/package.json b/package.json index 9d370236..18c3b4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.8", + "version": "0.5.9", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",