diff --git a/CHANGELOG.md b/CHANGELOG.md index 840c383..6e3814f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# :tada: 1.1.0 (2023-02-20) + + +### :sparkles: Features + +* s3-compatible storage is supported now ([176bdac](https://github.com/Kuingsmile/PicList/commit/176bdac)) + + +### :bug: Bug Fixes + +* fix S3 deletion endpoint parse bug ([7f7f400](https://github.com/Kuingsmile/PicList/commit/7f7f400)) + + +### :pencil: Documentation + +* update README.md ([0263351](https://github.com/Kuingsmile/PicList/commit/0263351)) + + + ## :tada: 1.0.2 (2023-02-17) diff --git a/package.json b/package.json index 975c955..55774a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.0.2", + "version": "1.1.0", "private": true, "scripts": { "build": "vue-cli-service electron:build",