From df24522490e454eadc2666eea00c8648cf1c4a03 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 12 Mar 2023 10:23:07 +0100 Subject: [PATCH] chore: 0.20.5 release preperations --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ff53f1b..285a237c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ 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.20.5] - 2023-03-12 + +### Bug Fixes + +* *(docker)* Add cap_net_bind to the nginx binary in the docker container +* *(docker)* Revert unprivileged user + +### Dependencies + +* *(deps)* Update dependency sass to v1.59.2 +* *(deps)* Update dependency eslint to v8.36.0 + ## [0.20.4] - 2023-03-10 ### Bug Fixes diff --git a/README.md b/README.md index cd378d752..5ce0a1f31 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.20.4-brightgreen.svg)](https://dl.vikunja.io) +[![Download](https://img.shields.io/badge/download-v0.20.5-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.