diff --git a/CHANGELOG.md b/CHANGELOG.md index a79cc332..d4395632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/SocialGouv/mon-psy-sante/compare/v1.5.0...v1.6.0) (2022-01-23) + + +### Features + +* **k8s:** add PG secrets ([#32](https://github.com/SocialGouv/mon-psy-sante/issues/32)) ([3fd8271](https://github.com/SocialGouv/mon-psy-sante/commit/3fd827194ddf69a957e9f919fb8386b314032148)) + # [1.5.0](https://github.com/SocialGouv/mon-psy-sante/compare/v1.4.4...v1.5.0) (2022-01-18) diff --git a/package.json b/package.json index 25b3d9e1..8dd65033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mon-psy-sante", - "version": "1.5.0", + "version": "1.6.0", "commitlint": { "extends": [ "@commitlint/config-conventional"