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