From 9b243873c52b55efaed95f442856acbbeb3fa7ac Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 23 Nov 2021 20:18:07 +0100 Subject: [PATCH] chore: 0.18.2 release preparations (cherry picked from commit 771eef9e5415fe1d6a3874614cfd5fc72d2c69ee) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311a521f8..d455266d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ All releases can be found on https://code.vikunja.io/frontend/releases. The releases aim at the api versions which is why there are missing versions. +## [0.18.2] - 2021-11-23 + +### Fixed + +* fix(docker): properly replace api url +* fix: edit saved filter title + ## [0.18.1] - 2021-09-08 ### Added diff --git a/README.md b/README.md index 4b57b4698..0c3db0320 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/frontend/status.svg)](https://drone.kolaente.de/vikunja/frontend) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE) -[![Download](https://img.shields.io/badge/download-v0.18.1-brightgreen.svg)](https://dl.vikunja.io) +[![Download](https://img.shields.io/badge/download-v0.18.2-brightgreen.svg)](https://dl.vikunja.io) [![Translation](https://badges.crowdin.net/vikunja/localized.svg)](https://crowdin.com/project/vikunja) This is the web frontend for Vikunja, written in Vue.js.