From 7548667be0284eede4ea811451a70102cac9f2c8 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 11 May 2021 12:05:49 +0000 Subject: [PATCH] chore(release): version 1.23.2 ## [1.23.2](https://github.com/SocialGouv/1000jours/compare/v1.23.1...v1.23.2) (2021-05-11) ### Bug Fixes * **cycles:** fix circular dependencies ([#199](https://github.com/SocialGouv/1000jours/issues/199)) ([5aeb742](https://github.com/SocialGouv/1000jours/commit/5aeb74286bc2def321ba91fd40e5e406b9f757e6)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1e0a5c6..5d39361d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.23.2](https://github.com/SocialGouv/1000jours/compare/v1.23.1...v1.23.2) (2021-05-11) + + +### Bug Fixes + +* **cycles:** fix circular dependencies ([#199](https://github.com/SocialGouv/1000jours/issues/199)) ([5aeb742](https://github.com/SocialGouv/1000jours/commit/5aeb74286bc2def321ba91fd40e5e406b9f757e6)) + ## [1.23.1](https://github.com/SocialGouv/1000jours/compare/v1.23.0...v1.23.1) (2021-05-11)