diff --git a/CHANGELOG.md b/CHANGELOG.md index 9351c84..fca8229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ![Logo](https://github.com/WebTools-NG/WebTools-NG/blob/master/src/assets/WebTools-48x48.png) WebTools-NG Change log +## V1.2.2 ( Not yet released ) + +**Note**: In this version, the following is disabled: + +* Export to xlsx format ([See #331](https://github.com/WebTools-NG/WebTools-NG/issues/331)) +* Photo export + +**Changes**: + +* [#493 We need Volta to ensure all is running the same version](https://github.com/WebTools-NG/WebTools-NG/issues/493) (Dev) + ## V1.2.1 ( 20221206 ) **Note**: In this version, the following is disabled: diff --git a/package.json b/package.json index 351753e..f971c22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webtools-ng", "productName": "WebTools-NG", - "version": "1.2.1", + "version": "1.2.2", "description": "WebTools Next Generation 4 Plex", "author": "dane22 & CPSO", "license": "MPL-2.0",