Skip to content

Commit

Permalink
Update changelog; fix .goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jul 25, 2019
1 parent 25b488b commit ce1cc34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ changelog:
skip: true

dockers:
- dockerfile: build/release/Dockerfile
- dockerfile: build/Dockerfile
binaries:
- flipt
image_templates:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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).

## [v0.7.1](https://github.com/markphelps/flipt/releases/tag/v0.7.1) - 2019-07-25

### Added

* Exposed errors metrics via Prometheus

### Changed

* Updated JS dev dependencies
* Updated grpc/protobuf versions
* Updated pq version
* Updated go-sqlite3 version

## [v0.7.0](https://github.com/markphelps/flipt/releases/tag/v0.7.0) - 2019-07-07

### Added
Expand Down

0 comments on commit ce1cc34

Please sign in to comment.