diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4fba23a..dc0e63038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.1](https://github.com/Substra/substra-backend/releases/tag/1.0.1) - 2025-02-17 + + +### Fixed + +- User migration check OIDC activation before removing users ([#1029](https://github.com/Substra/substra-backend/pull/1029)) + + ## [1.0.0](https://github.com/Substra/substra-backend/releases/tag/1.0.0) - 2024-10-14 ### Added diff --git a/changes/1029.fixed b/changes/1029.fixed deleted file mode 100644 index f531e5e12..000000000 --- a/changes/1029.fixed +++ /dev/null @@ -1 +0,0 @@ -User migration check OIDC activation before removing users \ No newline at end of file