diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adae0bf..ca302dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.53.2](https://github.com/SocialGouv/secretariat/compare/v1.53.1...v1.53.2) (2023-02-20) + + +### Bug Fixes + +* test CNPG DB ([#500](https://github.com/SocialGouv/secretariat/issues/500)) ([85c83f7](https://github.com/SocialGouv/secretariat/commit/85c83f7a90aa2284de3c0478a30d9d984475be6c)) + ## [1.53.1](https://github.com/SocialGouv/secretariat/compare/v1.53.0...v1.53.1) (2023-02-13) diff --git a/package.json b/package.json index da188bfc..9a58f820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secretariat", - "version": "1.53.1", + "version": "1.53.2", "engines": { "node": "16" },