diff --git a/CHANGELOG.md b/CHANGELOG.md index 138d2359925..2c03434734b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All releases can be found on https://code.vikunja.io/api/releases. +## [0.18.1] - 2021-09-08 + +### Fixed + +* Docs: Add another third-party tutorial link +* Don't try to export items which do not have a parent +* fix(deps): update golang.org/x/sys commit hash to 6f6e228 (#970) +* fix(deps): update golang.org/x/sys commit hash to c212e73 (#971) +* Fix exporting tasks from archived lists +* Fix lint +* Fix tasks not exported +* Fix tmp export file created in the wrong path + ## [0.18.0] - 2021-09-05 ### Added diff --git a/README.md b/README.md index d4065044841..474d8c87497 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/api/status.svg)](https://drone.kolaente.de/vikunja/api) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE) -[![Download](https://img.shields.io/badge/download-v0.18.0-brightgreen.svg)](https://dl.vikunja.io) +[![Download](https://img.shields.io/badge/download-v0.18.1-brightgreen.svg)](https://dl.vikunja.io) [![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/api.svg)](https://hub.docker.com/r/vikunja/api/) [![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs) [![Go Report Card](https://goreportcard.com/badge/kolaente.dev/vikunja/api)](https://goreportcard.com/report/kolaente.dev/vikunja/api)