0.14.1 release preparations
This commit is contained in:
parent
4db06ba9a1
commit
2a4a622518
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
All releases can be found on https://code.vikunja.io/api/releases.
|
All releases can be found on https://code.vikunja.io/api/releases.
|
||||||
|
|
||||||
|
## [0.14.1] - 2020-07-07
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fix creating lists with non ascii characters (#607)
|
||||||
|
* Fix decoding active users from redis
|
||||||
|
* Fix parsing todoist reminder dates
|
||||||
|
* Make sure the metrics map accesses only happen explicitly
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Update docs theme
|
||||||
|
|
||||||
## [0.14.0] - 2020-07-01
|
## [0.14.0] - 2020-07-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://drone1.kolaente.de/vikunja/api)
|
[](https://drone1.kolaente.de/vikunja/api)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://dl.vikunja.io)
|
[](https://dl.vikunja.io)
|
||||||
[](https://hub.docker.com/r/vikunja/api/)
|
[](https://hub.docker.com/r/vikunja/api/)
|
||||||
[](https://try.vikunja.io/api/v1/docs)
|
[](https://try.vikunja.io/api/v1/docs)
|
||||||
[](https://goreportcard.com/report/git.kolaente.de/vikunja/api)
|
[](https://goreportcard.com/report/git.kolaente.de/vikunja/api)
|
||||||
|
|
Loading…
Add table
Reference in a new issue