diff --git a/CHANGELOG.md b/CHANGELOG.md index 9436fc8645..7e3efd6843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-beta.14](https://github.com/SocialGouv/domifa/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2021-07-01) + + +### Bug Fixes + +* Force secret storage namespace to domifa, again. ([ed73a91](https://github.com/SocialGouv/domifa/commit/ed73a919f7d1833c71717ae643de8b9f35aab8a5)) +* Force secret storage namespace to domifa. ([a5c0788](https://github.com/SocialGouv/domifa/commit/a5c0788ed008de9ddbe6b48afb424d2c307db4d7)) + # [1.0.0-beta.13](https://github.com/SocialGouv/domifa/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2021-07-01) diff --git a/package.json b/package.json index a7b480e382..a316c9b050 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",