diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fcc0a..7eec227 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.31 - 2024-01-19 +### Modifications +- Improved correlation creation cli command + ## 1.0.30 - 2024-01-18 ### Additions - Implemented correlation creation cli command diff --git a/appinfo/info.xml b/appinfo/info.xml index 3054778..0ccaa6b 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.30 + 1.0.31 agpl Sebastian Krupinski EWS diff --git a/package-lock.json b/package-lock.json index 0257585..a4377ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "integration_ews", - "version": "1.0.30", + "version": "1.0.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "integration_ews", - "version": "1.0.30", + "version": "1.0.31", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.1.0", diff --git a/package.json b/package.json index 701af64..2f9af7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "integration_ews", "description": "Exchange EWS Connector (Exchange Web Services)", - "version": "1.0.30", + "version": "1.0.31", "author": "Sebastian Krupinski (https://github.com/ksainc/)", "license": "AGPL-3.0", "private": true,