diff --git a/CHANGELOG.md b/CHANGELOG.md index c7322b213d..8944ad0a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [5.129.0](https://github.com/andes/app/compare/v5.128.2...v5.129.0) (2023-12-20) + + +### Features + +* **CIT:** reasigna turnos en agenda suspendida desde TOP ([#2927](https://github.com/andes/app/issues/2927)) ([9ffe7b8](https://github.com/andes/app/commit/9ffe7b81f3c2c6bbc3911fc20d3f7326000d0f4e)) +* **MPI:** implementa form para extranjeros con DNI ([#2822](https://github.com/andes/app/issues/2822)) ([1e9e090](https://github.com/andes/app/commit/1e9e090be95ec248439e19d8802771691e4a4101)) + ## [5.128.2](https://github.com/andes/app/compare/v5.128.1...v5.128.2) (2023-12-06) diff --git a/package-lock.json b/package-lock.json index dfeac7cf4a..f744917630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@andes/app", - "version": "5.128.2", + "version": "5.129.0", "lockfileVersion": 2, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c70c11939b..6eec84360d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@andes/app", - "version": "5.128.2", + "version": "5.129.0", "description": "AplicaciĆ³n web para ANDES", "angular-cli": {}, "scripts": {