diff --git a/Taskfile.yml b/Taskfile.yml index 5952575..a01e3fc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: '3' vars: - VERSION: "v0.1.0-alpha" + VERSION: "v0.2.0" tasks: prepare: diff --git a/changelogs/v0.2.0.md b/changelogs/v0.2.0.md index 29c8320..3cba4a5 100644 --- a/changelogs/v0.2.0.md +++ b/changelogs/v0.2.0.md @@ -1,3 +1,5 @@ ## Changelog v0.2.0 -* The date of generation and a link to the utility have been added to the header of the document. ([#3](https://github.com/Zhbert/colligendis/pull/3)) \ No newline at end of file +* The date of generation and a link to the utility have been added to the header of the document. ([#3](https://github.com/Zhbert/colligendis/pull/3)) +* Add the author's name in the latest article of the week ([#4](https://github.com/Zhbert/colligendis/pull/4)) +* Add count of days since last article in DB ([#4](https://github.com/Zhbert/colligendis/pull/4))