diff --git a/CHANGELOG.md b/CHANGELOG.md index b3679ab65..430b94b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.52.0](https://github.com/mission-apprentissage/flux-retour-cfas/compare/v2.51.0...v2.52.0) (2022-10-19) + + +### Features + +* ajoute les reseaux dans la collection referentielSiretUai depuis TDB et fichier Excellence Pro ([7013517](https://github.com/mission-apprentissage/flux-retour-cfas/commit/70135172f72578d24b9242f938ba0fb74aaa1efa)) + # [2.52.0-beta.1](https://github.com/mission-apprentissage/flux-retour-cfas/compare/v2.51.0...v2.52.0-beta.1) (2022-10-19) diff --git a/package.json b/package.json index dee5fb624..631c7729b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mna-flux-retour-cfas", "description": "[MNA] Flux retour des cfas", "repository": "https://github.com/mission-apprentissage/flux-retour-cfas.git", - "version": "2.52.0-beta.1", + "version": "2.52.0", "author": "MNA", "license": "MIT", "private": true, diff --git a/server/package.json b/server/package.json index bbeab7d9a..158324194 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "mna-flux-retour-cfas", - "version": "2.52.0-beta.1", + "version": "2.52.0", "description": "[MNA] Flux retour des cfas", "repository": "https://github.com/mission-apprentissage/flux-retour-cfas.git", "private": false, diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index b3679ab65..430b94b4e 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.52.0](https://github.com/mission-apprentissage/flux-retour-cfas/compare/v2.51.0...v2.52.0) (2022-10-19) + + +### Features + +* ajoute les reseaux dans la collection referentielSiretUai depuis TDB et fichier Excellence Pro ([7013517](https://github.com/mission-apprentissage/flux-retour-cfas/commit/70135172f72578d24b9242f938ba0fb74aaa1efa)) + # [2.52.0-beta.1](https://github.com/mission-apprentissage/flux-retour-cfas/compare/v2.51.0...v2.52.0-beta.1) (2022-10-19) diff --git a/ui/package.json b/ui/package.json index fdb6d3107..2f7d4acc5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "mna-flux-retour-cfas-ui", - "version": "2.52.0-beta.1", + "version": "2.52.0", "description": "[MNA] Flux retour des cfas", "repository": "https://github.com/mission-apprentissage/flux-retour-cfas.git", "private": false,