diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c08f4026e..42e1ca293f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.11.1](https://github.com/SocialGouv/domifa/compare/v2.11.0...v2.11.1) (2021-07-26) + + +### Bug Fixes + +* Add Rancher ID. ([eef4b59](https://github.com/SocialGouv/domifa/commit/eef4b597d6e424aaeb23f74db5362b40ff9854fa)) +* Switch to dev urls. ([d967e9b](https://github.com/SocialGouv/domifa/commit/d967e9b960652b4c6c472f53b1c8305b3b471c81)) + ## [2.11.1-alpha.2](https://github.com/SocialGouv/domifa/compare/v2.11.1-alpha.1...v2.11.1-alpha.2) (2021-07-26) diff --git a/package.json b/package.json index 68ebde3c7a..606ba4990a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.11.1-alpha.2", + "version": "2.11.1", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",