diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f14b7..fcca492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0] - 2020-09-12 + +### Add + + * More default bookmarks + +### Change + + * Under-the-hood: further modularize the bookmark system just a little bit + ## [0.20.0] - 2020-09-03 ### Change diff --git a/waffle.cabal b/waffle.cabal index 101b968..f83f1dd 100644 --- a/waffle.cabal +++ b/waffle.cabal @@ -12,7 +12,7 @@ name: waffle -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.20.0.0 +version: 0.21.0.0 -- A short (one-line) description of the package. synopsis: Gopher protocol TUI client