diff --git a/.scripts/release.sh b/.scripts/release.sh
index 5f4c2b527..3c285e6fa 100755
--- a/.scripts/release.sh
+++ b/.scripts/release.sh
@@ -5,18 +5,18 @@ cd ..
echo
echo "🚀 Lets make a new release!"
echo "==========================="
-
echo
echo "Preparation steps:"
-echo " - krankerl is installed"
-echo " - Sign keys are under '~/.nextcloud'"
+echo " 🚨 Run this from inside the folder .scripts"
+echo " 🧑💻 krankerl is installed"
+echo " 🔐 Sign keys are under '~/.nextcloud'"
echo
-echo " - All code changes are committed and merged"
-echo " - CI is green"
+echo " ✅ All code changes are committed and merged"
+echo " 🍀 CI is green"
echo
-echo " - Version number bumped"
-echo " - File 'releaseNotes.md' is up to date"
-echo " - Update screenshots if needed"
+echo " 💯 Version number bumped"
+echo " 💬 File 'releaseNotes.md' is up to date"
+echo " 📺 Update screenshots if needed"
echo
read -r -p "Are all the prepare steps done? [y/N] " CONFIRMATION
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 770867efd..115ea7af0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,14 @@
# Changelog
+## 0.6.2 - 2023-11-13
+### Updated
+- 🐞 Bug fixing
+
+## 0.6.1 - 2023-11-07
+### Updated
+- 🏳️ Translations
+- 🐞 Bug fixing
+- ✨ Small design adjustments
+- 💾 Update software dependencies
## 0.6.0 - 2023-09-15
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 07c7291a1..f6356cc5a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]>
- 0.6.1
+ 0.6.2
agpl
Florian Steffens
Tables
diff --git a/package.json b/package.json
index 4bc1bb7c5..a3c9b7cd1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "0.6.0",
+ "version": "0.6.2",
"author": "Florian Steffens