Skip to content

Commit

Permalink
Merge branch 'release/v8.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Sep 21, 2023
2 parents 79411b3 + f52f838 commit b063ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b063ff7

Please sign in to comment.