diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7d266..0c61905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.5...v1.2.0) (2023-01-11) + + +### Features + +* add events autoUpdater ([4525bb0](https://github.com/UrijHoruzij/super-resolution/commit/4525bb0540f9fe5ead52cb2be04f639b4cd4163a)) + ## [1.1.5](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.4...v1.1.5) (2023-01-11) diff --git a/package.json b/package.json index ac534f4..c7c6795 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "super-resolution", "description": "Free and open source AI image upscaler. It uses the latest AI technology to upscale images to higher resolutions.", - "version": "1.1.5", + "version": "1.2.0", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",