From c6cbe7afb8c090a9a4a0aa0df4ce3dbad9e4c67e Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Fri, 28 May 2021 21:55:01 +0200 Subject: [PATCH] Prepare v0.30.0 development (#3507) Signed-off-by: Stephan Renatus --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acbe66f28..4806b13968 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.29.3 This bugfix release addresses another edge case in function evaluation ([#3505](https://github.com/open-policy-agent/opa/pull/3505)). diff --git a/version/version.go b/version/version.go index 1dde13b87b..217266e9bc 100644 --- a/version/version.go +++ b/version/version.go @@ -10,7 +10,7 @@ import ( ) // Version is the canonical version of OPA. -var Version = "0.29.3" +var Version = "0.30.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()