1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

Merge branch 'fix-year-in-changelog' into 'master'

Fix: Changelog.md dates incorrect year

Closes #896

See merge request fdroid/fdroidserver!910
This commit is contained in:
Jochen Sprickerhof 2021-05-10 06:47:32 +00:00
commit 3c7a135c20

View File

@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
## [2.0.1] - 2020-03-09
## [2.0.1] - 2021-03-09
### Fixed
@ -21,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* checkupdates: set User-Agent to make gitlab.com happy
* Run push_binary_transparency only once
## [2.0] - 2020-01-31
## [2.0] - 2021-01-31
For a more complete overview, see the [2.0
milestone](https://gitlab.com/fdroid/fdroidserver/-/milestones/10)