diff --git a/CHANGELOG.md b/CHANGELOG.md index 202e56f20..bd9f2b133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.48.1](https://github.com/France-ioi/AlgoreaFrontend/compare/v2.48.0...v2.48.1) + +> 28 November 2024 + +- Fix group navigation when going to the mine/managed pages [`#1842`](https://github.com/France-ioi/AlgoreaFrontend/pull/1842) + #### [v2.48.0](https://github.com/France-ioi/AlgoreaFrontend/compare/v2.47.7...v2.48.0) > 27 November 2024 diff --git a/src/version.ts b/src/version.ts index af6f3b40c..1d1c7f33d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is auto-generated by the release script -export const version = '2.48.1'; +export const version = '2.49.0';