CHANGELOG: add title and namer to last release.

devtools/credits relies on this to choose the next namer.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2021-03-11 15:01:05 +10:30
parent 452a12fec2
commit 0d581ddc01
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The 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).
## [0.9.3] - 2021-01-20
## [0.9.3] - 2021-01-20: Federal Qualitative Strengthening
This release named by Karol Hosiawa.
### Added

View File

@ -56,7 +56,7 @@ Here's a checklist for the release process.
### Tagging the Release
1. Update the CHANGELOG.md; remove -rcN in both places, update the date.
1. Update the CHANGELOG.md; remove -rcN in both places, update the date and add title and namer.
2. Add a PR with that release.
3. Merge the PR, then:
- `export VERSION=0.9.3`