diff --git a/CHANGELOG.md b/CHANGELOG.md index 6540666..62fc932 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] + +## [1.59.0](https://github.com/cloudogu/ces-build-lib/releases/tag/1.59.0) - 2022-11-28 ### Added - Function `collectAndArchiveLogs` to collect dogu and resource information to help debugging k3s Jenkins buils. #89 - Function `applyDoguResource(String doguName, String doguNamespace, String doguVersion)` to apply a custom dogu diff --git a/pom.xml b/pom.xml index 76ca9bf..659bf11 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.cloudogu.ces ces-build-lib ces-build-lib - 1.58.0 + 1.59.0 UTF-8 @@ -18,13 +18,13 @@ com.cloudbees groovy-cps - 1.21 + 1.31 org.codehaus.groovy groovy-all - 2.4.11 + 2.4.21