Skip to content

Commit

Permalink
Update CHANGELOG [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Apr 6, 2019
1 parent 36c6086 commit d129088
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.4.0](https://github.com/markphelps/flipt/releases/tag/v0.4.0) - 2019-04-06

### Fixed

* Issue where updating a Constraint or Variant via the UI would not show the update values until a refresh: [https://github.com/markphelps/flipt/issues/43](https://github.com/markphelps/flipt/issues/43)
* Potential IndexOutOfRange error if distribution percentage didn't add up to 100: [https://github.com/markphelps/flipt/issues/42](https://github.com/markphelps/flipt/issues/42)

### Added

* `ui` config section to allow disabling the ui:

```yaml
ui:
enabled: true
```
* `/health` HTTP healthcheck endpoint

## [v0.3.0](https://github.com/markphelps/flipt/releases/tag/v0.3.0) - 2019-03-03
Expand Down

0 comments on commit d129088

Please sign in to comment.