From 671a359aa61e028c4f30d12a64676b74839e0f2e Mon Sep 17 00:00:00 2001 From: Johannes Aubart Date: Tue, 5 Aug 2025 09:43:02 +0200 Subject: [PATCH] feat: release v0.15.0 --- VERSION | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e6b0bb0..c06eba1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.14.0-dev \ No newline at end of file +v0.15.0 \ No newline at end of file diff --git a/go.mod b/go.mod index 7ab482b..461ce21 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/onsi/ginkgo v1.16.5 github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.38.0 - github.com/openmcp-project/controller-utils/api v0.14.0 + github.com/openmcp-project/controller-utils/api v0.15.0 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 go.uber.org/zap v1.27.0