diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a269ae..0315ac2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.11.3](https://github.com/SocialGouv/ressourcerie/compare/v1.11.2...v1.11.3) (2022-05-18) + + +### Bug Fixes + +* fix sealed secrets ([8617450](https://github.com/SocialGouv/ressourcerie/commit/86174509ee0521b745b547e1571c31fec6851a65)) +* fix sealed secrets remove configmaps ([10c7430](https://github.com/SocialGouv/ressourcerie/commit/10c74302f6f69bfe65a042bf50c77903bde64857)) + ## [1.11.2](https://github.com/SocialGouv/ressourcerie/compare/v1.11.1...v1.11.2) (2022-05-18) diff --git a/package.json b/package.json index 92a25fca..6f59b6cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ressourcerie", - "version": "1.11.2", + "version": "1.11.3", "repository": "https://github.com/SocialGouv/ressourcerie", "license": "AGPL-3.0-or-later", "node": "=16.4",