diff --git a/CHANGELOG.md b/CHANGELOG.md
index bea231a..6cd76eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.
---
-### Upcoming Changes for 1.4.0
+### Upcoming Changes for 1.5.0
+##### This section will be updated after commits or Pull-Request merges
+---
+## Latest Release
+
+### 1.4.0
- add new Feature to update setup a new ddev config file `.ddev/config-themes.yaml` to store theme specific settings
- extend `ddev frontend` command to update automaticly theme-settings from `config.yaml` to `config-themes.yaml`
- improved Codestyle and Codequality
- add global variables to functions
-
-##### This section will be updated after commits or Pull-Request merges
----
-## Latest Release
+- add new dependencie `Morgy93/ddev-gum` to add global gum support (`ddev restart` required) - [@Morgy93](https://github.com/Morgy93)
+- add Context Menus to `ddev frontend init`, `ddev frontend build` and `ddev frontend watch` commands
+- now you are able to add and remove themes in the context menu to build or watch. The config-file will be updated automaticly.
### 1.3.1
- add new __host__ command `ddev frontend-update` to update to the latest release
diff --git a/README.md b/README.md
index d0432b3..341bc59 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This ddev add-on helps you to manage your theme build processes in Magento total
_>> Build all your Magento themes at once, with Magic, build with Woodoo!_
---
-Special thanks to e3n GmbH for your Support!
+Special thanks to e3n GmbH for your Support!
[](https://e3n.de)
---
@@ -32,7 +32,6 @@ Special thanks to e3n GmbH for your Support!
|| released |
|| released |
|| released |
-|| not started yet |
---
## Feature request
@@ -43,7 +42,7 @@ Submit your [Feature Request](https://github.com/dermatz/ddev-woodoo-buildtools-
**1 . Get the latest Version with following command in your ddev project root**
##### Latest stable version (recommended)
```shell
-ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.3.1.tar.gz
+ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/tags/1.4.0.tar.gz
```
##### Latest Developer-version (Main-Branch) - can be instable!
```shell
diff --git a/commands/web/woodoo_components/variables b/commands/web/woodoo_components/variables
index f2c26b1..d0e7db3 100644
--- a/commands/web/woodoo_components/variables
+++ b/commands/web/woodoo_components/variables
@@ -1,6 +1,6 @@
#!/bin/bash
#ddev-generated - Do not modify this file; your modifications will be overwritten.
-WOODOO_VERSION="1.4.0-alpha"
+WOODOO_VERSION="1.4.0"
LATEST_WOODOO_VERSION=$(curl -s https://api.github.com/repos/dermatz/ddev-woodoo-buildtools-magento/releases/latest | grep tag_name | cut -d '"' -f 4)
PROJECT_CONFIG_FILE=".ddev/config-themes.yaml"