From 506367f34d2870b39d6716c2d3d738ef4d68b374 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 10:53:14 +0000 Subject: [PATCH] chore: release --- .changeset/clean-drinks-drop.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/clean-drinks-drop.md 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": {