diff --git a/CHANGELOG.md b/CHANGELOG.md index 27da8aad07..190401482e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v0.16.0](https://github.com/markphelps/flipt/releases/tag/v0.16.0) - 2020-06-29 ### Added diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 939f752dad..ae29d4e997 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,7 +8,7 @@ Before starting, make sure you have the following installed: * GCC Compiler * [SQLite](https://sqlite.org/index.html) -* [Go 1.13+](https://golang.org/doc/install) +* [Go 1.14+](https://golang.org/doc/install) * [Protoc Compiler](https://github.com/protocolbuffers/protobuf) ## Setup @@ -20,7 +20,7 @@ Before starting, make sure you have the following installed: ## Go -Flipt is built with Go 1.13+. To reliably build Flipt, make sure you clone it to a location outside of your `$GOPATH` or set the environment variable `GO111MODULE=on`. For more info see: [https://github.com/golang/go/wiki/Modules#how-to-install-and-activate-module-support](https://github.com/golang/go/wiki/Modules#how-to-install-and-activate-module-support). +Flipt is built with Go 1.14+. To reliably build Flipt, make sure you clone it to a location outside of your `$GOPATH`. ## Configuration