From 40f9c1fe2f482373aff4d2b099e3fa43d02206c9 Mon Sep 17 00:00:00 2001 From: Patrick East Date: Mon, 27 Apr 2020 15:34:51 -0700 Subject: [PATCH] Prepare v0.19.2 release Signed-off-by: Patrick East --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d685ac95c3..8754af0d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.19.2 + +### Fixes + +- plugins: Fix race between manager and plugin startup ([#2343](https://github.com/open-policy-agent/opa/issues/2343)) + ## 0.19.1 ### Fixes diff --git a/Makefile b/Makefile index 77ef7622f0..1324cc3f40 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.19.1 +VERSION := 0.19.2 # Force modules on and to use the vendor directory. GO := GO111MODULE=on GOFLAGS=-mod=vendor go