diff --git a/.changeset/clean-drinks-drop.md b/.changeset/clean-drinks-drop.md deleted file mode 100644 index 9c6e0e9..0000000 --- a/.changeset/clean-drinks-drop.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"qlever": minor ---- - -Permissions were updated to make sure that the server and the UI can run without any issue with any user ID. -The persistent data is now stored in the `/data` directory. -Make sure to update your deployments/stacks to use the new path. -The default user is now `nobody` (UID: 65534). diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d6c4c..d9a7c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # qlever +## 0.4.0 + +### Minor Changes + +- e1512c7: Permissions were updated to make sure that the server and the UI can run without any issue with any user ID. + The persistent data is now stored in the `/data` directory. + Make sure to update your deployments/stacks to use the new path. + The default user is now `nobody` (UID: 65534). + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index 93da447..3a7e8e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qlever", "private": true, - "version": "0.3.1", + "version": "0.4.0", "description": "Custom Docker images for QLever", "main": "index.js", "scripts": {