diff --git a/CHANGES.md b/CHANGES.md index 83d401de..27e20147 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Change log +## 0.4.2 (2024-01-03) + +- Fix: details failed because misspelled attribute name +- Fix: error handling in install details and list pages +- Fix: misspelled ca translation +- Fix: installation list with nodata failed +- Android downloads (see somrepresenta-android repo) + ## 0.4.1 (2023-12-30) - Fixed numerous problems with translations and libraries diff --git a/backend/__init__.py b/backend/__init__.py index f0ede3d3..a9873473 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -1 +1 @@ -__version__ = '0.4.1' +__version__ = '0.4.2' diff --git a/package.json b/package.json index 839ca283..d8c1d5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ov-representacio-ui", - "version": "0.4.1", + "version": "0.4.2", "private": true, "license": "AGPL-3.0", "type": "module",