diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90a7293..1c97e58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 4.16.0 (2024-10-09)
+
+#### 🎁 Feature
+
+* Add secure compilation flags (4720ffeb)
+
+#### 🐞 Bug Fixes
+
+* change zoom factor when app starts minimized in systray (be47a73d)
+* set QTWEBENGINE_DICTIONARIES_PATH to fix spell checker (#199) (40da519b)
+
## 4.15.1 (2024-08-01)
#### 🚧 Chores
diff --git a/dist/linux/com.ktechpit.whatsie.appdata.xml b/dist/linux/com.ktechpit.whatsie.appdata.xml
index 91b6e92..a60f63d 100644
--- a/dist/linux/com.ktechpit.whatsie.appdata.xml
+++ b/dist/linux/com.ktechpit.whatsie.appdata.xml
@@ -49,21 +49,18 @@
communication
instant messaging
social networking
- WhatsApp Web
+ whatsApp web
group chat
brave whatsapp
multimedia messaging
status update
chrome whatsapp
- end-to-end encryption
- voice call
- video call
- stickers
discord
- media sharing
- WhatsApp Business
+ whatsie whatsapp
+ messanger
+ whatsApp business
firefox whatsApp
- steam whatsApp
+ google whatsApp
@@ -92,6 +89,7 @@
+
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro
index f91ff87..4973064 100644
--- a/src/WhatsApp.pro
+++ b/src/WhatsApp.pro
@@ -73,7 +73,7 @@ BUILD_TIMESTAMP="\"\\\"$${_DATE_}\\\"\""
DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP
# Set program version
-VERSION = 4.15.5
+VERSION = 4.16.0
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
# You can also make your code fail to compile if you use deprecated APIs.