diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e6339a407..244cdf2cc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ ## Unreleased +## 2.0.4 (2019-09-27) + +### carlton + +#### Fixed + + - [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail + +### components + +#### Added + + - Advanced options and settings are now hidden by default in DraftConfigurator + + ## 2.0.3 (2019-09-15) ### bruce diff --git a/config/changelog.yaml b/config/changelog.yaml index 2ccf2578045..48249e4c823 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -7,6 +7,16 @@ Unreleased: Fixed: Security: +2.0.4: + date: 2019-09-27 + Added: + components: + - Advanced options and settings are now hidden by default in DraftConfigurator + Fixed: + carlton: + - "[#108](https://github.com/freesewing/freesewing/issues/108): + Fixed incorrect width of the Carlton tail" + 2.0.3: date: 2019-09-15 Changed: