From 76091fd2b7301632523945847c5a545800165be9 Mon Sep 17 00:00:00 2001 From: Johan Fylling Date: Wed, 26 Nov 2025 14:55:41 +0100 Subject: [PATCH] Prepare v1.12.0 development (#8077) Signed-off-by: Johan Fylling --- CHANGELOG.md | 2 ++ v1/version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44900eee70..d83c1238c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + ## 1.11.0 This release contains a mix of new features, performance improvements, and bugfixes. Notably: diff --git a/v1/version/version.go b/v1/version/version.go index 9865374d0e..1e12cb2dd4 100644 --- a/v1/version/version.go +++ b/v1/version/version.go @@ -10,7 +10,7 @@ import ( "runtime/debug" ) -var Version = "1.11.0" +var Version = "1.12.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()