diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f923110f8..d685ac95c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.19.1 + +### Fixes + +- cmd/fmt: Only list files if there were changes ([#2295](https://github.com/open-policy-agent/opa/issues/2295)) ## 0.19.0 diff --git a/Makefile b/Makefile index 9620a60fbc..77ef7622f0 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.0-dev +VERSION := 0.19.1 # Force modules on and to use the vendor directory. GO := GO111MODULE=on GOFLAGS=-mod=vendor go