From dc88d5eceab264b01d9004962332f3b5b0cd6cbf Mon Sep 17 00:00:00 2001 From: Nik Kantar Date: Wed, 11 Dec 2019 11:31:56 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948d76f..c39da6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ # pep20.org Changelog -## [Unreleased] +## [1.0.4] - 2019-12-10 + +### Added +- List item targeting ### Changed -- Added release dates to the changelog. -- Added reference to the Code of Conduct to the README. +- Prettier-ified index.html ## [1.0.3] - 2019-12-09 ### Changed +- Added release dates to the changelog. +- Added reference to the Code of Conduct to the README. - List from ordered to unordered @@ -36,7 +40,8 @@ - Original site files, for deployment on GitHub Pages -[Unreleased]: https://github.com/nkantar/pep20.org/compare/1.0.3...HEAD +[Unreleased]: https://github.com/nkantar/pep20.org/compare/1.0.4...HEAD +[1.0.4]: https://github.com/nkantar/pep20.org/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/nkantar/pep20.org/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/nkantar/pep20.org/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/nkantar/pep20.org/compare/1.0.0...1.0.1