diff --git a/CHANGELOG.md b/CHANGELOG.md index 855c251a7..e83318297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Development release: + * _Example: Add XYZ support (@user, #issue)_ + ## Current release: * [CHANGELOG-0.10.md][8] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db8783769..e38ca2420 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ ## Updating CHANGELOG.md -Authors are expected include an entry to the CHANGLOG.md under the `Development release` heading -with their pull requests. During the process of creating a new release entries from the root changelog will be +Authors are expected include an entry to the CHANGELOG.md under the `Development release` heading +with their pull requests. During the process of creating a new release, entries from CHANGELOG.md will be moved to the changelog for the release. ## DCO Sign off diff --git a/changelogs/CHANGELOG-0.9.md b/changelogs/CHANGELOG-0.9.md index f13f99c26..5b6b5ad88 100644 --- a/changelogs/CHANGELOG-0.9.md +++ b/changelogs/CHANGELOG-0.9.md @@ -23,7 +23,7 @@ ## v0.9.10 #### 2018-11-01 ### Download - - https://github.com/heptio/ark/releases/tag/v0.9.10) - 2018-11-01 + - https://github.com/heptio/ark/releases/tag/v0.9.10 ### Bug Fixes * restore storageclasses before pvs and pvcs (#594, @shubheksha)