Skip to content

Commit

Permalink
release 0.25.0 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd authored Jun 23, 2020
1 parent 6864e26 commit cccdf1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.25.0 - 2020-06-22

### Added
- add annual subscription billing option. (#439, #451, #452)
- add option in dashboard to limit billing modifications to GitHub Owners. (#453)
- add new options to replace `blacklist_`-style options: `merge.blacklist_title_regex` -> `merge.blocking_title_regex`, `merge.blacklist_labels` -> `merge.blocking_labels`, `update.blacklist_usernames` -> `update.ignored_usernames`. (#444, #454)
- add more examples for using Kodiak with Dependabot to docs. (#448)

### Changed
- better explain `merge.optimistic_updates` option in docs. (#449)

## 0.24.0 - 2020-06-14

### Added
Expand Down

0 comments on commit cccdf1f

Please sign in to comment.