diff --git a/CHANGELOG.md b/CHANGELOG.md index 912c2cf55a..e5feb09030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.135.0](https://github.com/SocialGouv/domifa/compare/v2.134.15...v2.135.0) (2023-09-06) + + +### Features + +* **import:** migration pour activer les SMS de Bordeaux ([f11e1f2](https://github.com/SocialGouv/domifa/commit/f11e1f2a5bed0e027a76f256f117934abcfa4d2c)) + ## [2.134.15](https://github.com/SocialGouv/domifa/compare/v2.134.14...v2.134.15) (2023-09-05) diff --git a/package.json b/package.json index da9aff6caa..b163d1ba45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.134.15", + "version": "2.135.0", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",