diff --git a/bundestag.io/admin/CHANGELOG.md b/bundestag.io/admin/CHANGELOG.md index 7550840c..a7c946e2 100644 --- a/bundestag.io/admin/CHANGELOG.md +++ b/bundestag.io/admin/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [3.5.1](https://github.com/demokratie-live/democracy-development/compare/bundestag.io-admin@v3.5.0...bundestag.io-admin@v3.5.1) (2024-09-22) + + +* 🐛 disable cache for procedure lists ([e10d55c](https://github.com/demokratie-live/democracy-development/commit/e10d55c766e1b42a506a008470e7deb646655f89)) + ## [3.5.0](https://github.com/demokratie-live/democracy-development/compare/bundestag.io-admin@v3.4.1...bundestag.io-admin@v3.5.0) (2024-09-22) diff --git a/bundestag.io/admin/package.json b/bundestag.io/admin/package.json index f0503fe6..58e3509d 100644 --- a/bundestag.io/admin/package.json +++ b/bundestag.io/admin/package.json @@ -1,6 +1,6 @@ { "name": "bundestag.io-admin", - "version": "3.5.0", + "version": "3.5.1", "scripts": { "dev": "next dev", "build": "next build",