From bc4f2576dfcd46a1dfe2dda8367412d01b3770e4 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Tue, 23 Jan 2024 10:40:26 +0100 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e5d44..da64a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.1](https://github.com/collective/volto-authomatic/compare/2.0.0...2.0.1) (2024-01-23) + +### Bug Fixes + +- Set correct return url based on path (#12) ([59f2ff66cd0a02443ff144ae44e42ab42507edc6](https://github.com/collective/volto-authomatic/commit/59f2ff66cd0a02443ff144ae44e42ab42507edc6)) + ## [2.0.0](https://github.com/collective/volto-authomatic/compare/1.3.0...2.0.0) (2023-11-17) @@ -59,4 +65,4 @@ ### Feature -- Initial release \ No newline at end of file +- Initial release diff --git a/package.json b/package.json index 20aba75..60bcde6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone-collective/volto-authomatic", - "version": "2.0.0", + "version": "2.0.1", "description": "Social Login with OAuth2/OpenId for Volto sites.", "author": "Érico Andrei", "license": "MIT",