diff --git a/CHANGELOG.md b/CHANGELOG.md index f30bd6e79..b8a78a21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All releases can be found on https://code.vikunja.io/vikunja/releases. +## [2.2.2] - 2026-03-23 + +### Bug Fixes + +* Require admin access to list link shares ([5cd5dc4](5cd5dc409bfc807f79dac5e4ef4aec54b6efd6e2)) +* Hide link sharing section in UI for non-admin users ([74d1bdd](74d1bddb3ab32fc8983d778bb65e89b1d50227d6)) + ## [2.2.1] - 2026-03-23 ### Bug Fixes diff --git a/README.md b/README.md index f3c135c59..b34a99622 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/go-vikunja/vikunja/actions/workflows/ci.yml/badge.svg)](https://github.com/go-vikunja/vikunja/actions/workflows/ci.yml) [![License: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg)](LICENSE) -[![Install](https://img.shields.io/badge/download-v2.2.1-brightgreen.svg)](https://vikunja.io/docs/installing) +[![Install](https://img.shields.io/badge/download-v2.2.2-brightgreen.svg)](https://vikunja.io/docs/installing) [![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/vikunja.svg)](https://hub.docker.com/r/vikunja/vikunja/) [![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/code.vikunja.io/api)](https://goreportcard.com/report/code.vikunja.io/api) diff --git a/frontend/package.json b/frontend/package.json index 0f50a1897..00930bc03 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,7 @@ "name": "vikunja-frontend", "description": "The todo app to organize your life.", "private": true, - "version": "2.2.1", + "version": "2.2.2", "license": "AGPL-3.0-or-later", "repository": { "type": "git",