diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4aef3f..5c23f6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
+## 1.0.35 - 2024-01-22
+### Modifications
+- Improved excemption handling if a collection is missing
+
## 1.0.34 - 2024-01-22
### Modifications
- Fixed invalid function call issue
diff --git a/appinfo/info.xml b/appinfo/info.xml
index eff8333..581823e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Exchange EWS Connector (Exchange Web Services)
Exchange Server data sync with Nextcloud
- 1.0.34
+ 1.0.35
agpl
Sebastian Krupinski
EWS
diff --git a/package-lock.json b/package-lock.json
index 1d29eaf..1ae8206 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "integration_ews",
- "version": "1.0.34",
+ "version": "1.0.35",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "integration_ews",
- "version": "1.0.34",
+ "version": "1.0.35",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.1.0",
diff --git a/package.json b/package.json
index aca8498..ee002de 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "integration_ews",
"description": "Exchange EWS Connector (Exchange Web Services)",
- "version": "1.0.34",
+ "version": "1.0.35",
"author": "Sebastian Krupinski (https://github.com/ksainc/)",
"license": "AGPL-3.0",
"private": true,