diff --git a/Modules/Core/Foundation/AsgardCms.php b/Modules/Core/Foundation/AsgardCms.php index 2fbe398e8..dc23344d0 100644 --- a/Modules/Core/Foundation/AsgardCms.php +++ b/Modules/Core/Foundation/AsgardCms.php @@ -8,5 +8,5 @@ class AsgardCms * The AsgardCms version. * @var string */ - const VERSION = '3.6.0'; + const VERSION = '3.6.1'; } diff --git a/Modules/Core/changelog.yml b/Modules/Core/changelog.yml index c742133d7..38cc5a0d7 100644 --- a/Modules/Core/changelog.yml +++ b/Modules/Core/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.1": changed: - Fixed routing issues with localization introduced in 3.6.0 "3.6.0": diff --git a/Modules/Workshop/changelog.yml b/Modules/Workshop/changelog.yml index 9afa69b96..f3437af5b 100644 --- a/Modules/Workshop/changelog.yml +++ b/Modules/Workshop/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.1": changed: - Fixed issue with incorrect binding to the laravel-modules Repository class "3.5.1":