diff --git a/CHANGELOG.md b/CHANGELOG.md index bb86099..f2fac39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,26 @@ # Change Log +## [v25.0.0](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0) (2024-05-15) + +[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-rc.2...v25.0.0) + ## [v25.0.0-rc.2](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-rc.2) (2024-05-15) [Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-rc.1...v25.0.0-rc.2) +**Miscellaneous:** + +- Add delete action for groups and permissions [\#76](https://github.com/gisaia/ARLAS-wui-iam/issues/76) +- \[USERS FORM view\] add a Delete User action [\#73](https://github.com/gisaia/ARLAS-wui-iam/issues/73) +- \[USERS view\] rename 'Delete/Supprimer' by : [\#72](https://github.com/gisaia/ARLAS-wui-iam/issues/72) +- Add a checkbox to activate/deactivate a user in the user creation/update view [\#71](https://github.com/gisaia/ARLAS-wui-iam/issues/71) +- Update copy right date to 2024 [\#70](https://github.com/gisaia/ARLAS-wui-iam/issues/70) +- Rename technical roles by replacing /role/arlas/xxx by Xxx [\#69](https://github.com/gisaia/ARLAS-wui-iam/issues/69) +- Add a column to display roles of a user in the user view [\#68](https://github.com/gisaia/ARLAS-wui-iam/issues/68) +- Allow to modify all permissions using a text area instead of choosing collections [\#67](https://github.com/gisaia/ARLAS-wui-iam/issues/67) +- When switching to 'User' tab, the chosen organisation is not set correctly and I'm not authorized [\#63](https://github.com/gisaia/ARLAS-wui-iam/issues/63) +- ARLAS IAM: can not logout [\#58](https://github.com/gisaia/ARLAS-wui-iam/issues/58) + ## [v25.0.0-rc.1](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-rc.1) (2024-05-14) [Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.14...v25.0.0-rc.1) diff --git a/package-lock.json b/package-lock.json index 047e103..a14142e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arlas-wui-iam", - "version": "25.0.0-rc.2", + "version": "25.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arlas-wui-iam", - "version": "25.0.0-rc.2", + "version": "25.0.0", "hasInstallScript": true, "dependencies": { "@ngx-translate/core": "^14.0.0", diff --git a/package.json b/package.json index c7ef46b..5a3612f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui-iam", - "version": "25.0.0-rc.2", + "version": "25.0.0", "scripts": { "ng": "ng", "start": "ng serve",