Skip to content

Commit

Permalink
Merge tag 'v9.5.0' into develop
Browse files Browse the repository at this point in the history
Added
- Create Release-note Entry for new version during "make dogu-release" [#203]
- New make target "update-build-libs" to get newest version of build libs for jenkins pipeline [#203]
  • Loading branch information
sklein94 committed Dec 10, 2024
2 parents 9d95026 + ea159ea commit 81629ee
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]

## [v9.5.0](https://github.com/cloudogu/makefiles/releases/tag/v9.5.0) 2024-12-10
### Added
- Create Release-note Entry for new version during "make dogu-release" [#203]
- New make target "update-build-libs" to get newest version of build libs for jenkins pipeline [#203]
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=9.4.0
MAKEFILES_VERSION=9.5.0
VERSION=${MAKEFILES_VERSION}

.DEFAULT_GOAL:=help
Expand Down

0 comments on commit 81629ee

Please sign in to comment.