diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1011e63..1b2bcdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ 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).
+## [2.0.0] - 2021-08-29
+
+### Added
+
+- hosting how-to (#17)
+- description in the `
` (#13)
+- sourcemaps for all files
+- licence header to all files
+
+### Changed
+
+- toot doesn't require JS to post anymore (#12)
+- make backend not Vercel-dependend
+- update `robots.txt`
+- use pure HTML instead of Pug
+- simplify style and script pipeline
+
## [1.2.2] - 2021-08-14
### Security
@@ -83,7 +100,8 @@ Initial release of the site
- Add main code for the site
-[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.2.2...HEAD
+[Unreleased]: https://github.com/NickKaramoff/toot/compare/v2.0.0...HEAD
+[2.0.0]: https://github.com/NickKaramoff/toot/compare/v1.2.2...v2.0.0
[1.2.2]: https://github.com/NickKaramoff/toot/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/NickKaramoff/toot/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/NickKaramoff/toot/compare/v1.1.2...v1.2.0