From 7562afbb07e3fcb11edea0fbe131f228f5e1365f Mon Sep 17 00:00:00 2001 From: Licini Date: Tue, 14 May 2024 22:48:36 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732338bb15..840a7fc356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [1.1.4] 2024-05-14 + +### Added + +* Added `button`, `double_edit` and `treeform` components. + +### Changed + +### Removed + + ## [1.1.3] 2024-05-14 ### Added @@ -24,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added `compas_viewer.scene.Group` and `compas_viewer.scene.GroupObject`. * Added `PolyhedronObject`. * Added `compas_viewer.scene.NurbsCurveObject`. -* Added `button`, `double_edit` and `treeform` components. ### Changed