From 64dd76e167e5233dffe0ed38abe8111e5de5efbe Mon Sep 17 00:00:00 2001 From: Patrick East Date: Mon, 1 Jun 2020 10:32:17 -0700 Subject: [PATCH] Prepare v0.20.5 release Signed-off-by: Patrick East --- CHANGELOG.md | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c06273cc..83cd7c6785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.20.5 + +### Fixes + +- compile: Change name of result var for wasm binary ([#2441](https://github.com/open-policy-agent/opa/issues/2441)) +- format: Deep copy inputs to avoid mutating the caller's copy ([#2439](https://github.com/open-policy-agent/opa/issues/2439)) + +### Miscellaneous + +- docs: Add `opa_println` to wasm required imports + ## 0.20.4 ### Fixes diff --git a/Makefile b/Makefile index 13661fe76a..988c0982f4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by an Apache2 # license that can be found in the LICENSE file. -VERSION := 0.20.4 +VERSION := 0.20.5 CGO_ENABLED ?= 0