diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cd23b..5bc42ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +## [Version 1.4.0](https://github.com/lobehub/lobe-midjourney-webui/compare/v1.3.3...v1.4.0) + +Released on **2024-01-20** + +#### ✨ Features + +- **misc**: Support image upload feature. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support image upload feature, closes [#9](https://github.com/lobehub/lobe-midjourney-webui/issues/9) ([d3e2fe4](https://github.com/lobehub/lobe-midjourney-webui/commit/d3e2fe4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.3.3](https://github.com/lobehub/lobe-midjourney-webui/compare/v1.3.2...v1.3.3) Released on **2024-01-20** diff --git a/package.json b/package.json index ff8034b..65fc585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "midjourney-webui", - "version": "1.3.3", + "version": "1.4.0", "private": true, "description": "Unleash creativity with Midjourney, effortlessly generating unique AI-driven images through simple prompts.", "homepage": "https://github.com/lobehub/lobe-midjourney-webui",