From acc03cde0b5ca9196c4b292f58240b794f43633f Mon Sep 17 00:00:00 2001 From: Ashutosh Narkar Date: Thu, 31 Oct 2024 12:45:45 -0700 Subject: [PATCH] Prepare v0.71.0 development Signed-off-by: Ashutosh Narkar --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7907a46994..f9db6335fd 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 + ## 0.70.0 This release contains a mix of features, performance improvements, and bugfixes. diff --git a/version/version.go b/version/version.go index 862556bce0..3f1e4329cd 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version is the canonical version of OPA. -var Version = "0.70.0" +var Version = "0.71.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()