Update version in CHANGELOG
This commit is contained in:
parent
8a5c5be19f
commit
b843c735dc
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ 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).
|
||||
|
||||
## [Unreleased]
|
||||
## [2.1.0] - 2021-08-29
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -107,7 +107,8 @@ Initial release of the site
|
|||
|
||||
- Add main code for the site
|
||||
|
||||
[Unreleased]: https://github.com/NickKaramoff/toot/compare/v2.0.0...HEAD
|
||||
[Unreleased]: https://github.com/NickKaramoff/toot/compare/v2.1.0...HEAD
|
||||
[2.1.0]: https://github.com/NickKaramoff/toot/compare/v2.0.0...v2.1.0
|
||||
[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
|
||||
|
|
Reference in a new issue