Skip to content

Commit

Permalink
Bump version v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxl committed Sep 15, 2023
1 parent 537d040 commit 46a9d52
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.2.0](https://github.com/cloudogu/makefiles/releases/tag/v8.2.0) 2023-09-15
### Added
- [#143] Add release target `dogu-cve-release` for dogus if a simple rebuild fixes critical CVEs.
- The target can be executed with a `DRY_RUN` environment variable for added developer experience.
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.1.0
MAKEFILES_VERSION=8.2.0
VERSION=${MAKEFILES_VERSION}

.DEFAULT_GOAL:=help
Expand Down

0 comments on commit 46a9d52

Please sign in to comment.