diff --git a/CHANGELOG.md b/CHANGELOG.md index 96369cd..b86f08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v8.4.0](https://github.com/cloudogu/makefiles/releases/tag/v8.4.0) 2023-09-21 ### Added - [#145] Add make targets and shell script to support Coder use-cases diff --git a/Makefile b/Makefile index bad7a2a..7b34aa8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Set these to the desired values ARTIFACT_ID=makefiles -MAKEFILES_VERSION=8.3.0 +MAKEFILES_VERSION=8.4.0 VERSION=${MAKEFILES_VERSION} .DEFAULT_GOAL:=help