Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jun 29, 2020
1 parent 22aeaa6 commit e432032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit e432032

Please sign in to comment.