diff --git a/CHANGELOG.md b/CHANGELOG.md index 5160f32..c07f03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.4](https://github.com/HyperChatBot/hyperchat/compare/v1.0.3...v1.0.4) (2023-08-01) + + +### Bug Fixes + +* allow local and azure assets in csp ([f7de69c](https://github.com/HyperChatBot/hyperchat/commit/f7de69c4e8e4b79289d540b90e1e90925c2250c9)) +* azure image generation should return 202 status code for continuous request ([fa6ac62](https://github.com/HyperChatBot/hyperchat/commit/fa6ac6271d7e8b6894b98e7fd561a5576e6eb11a)) +* reset the value of input:type=file when the request finished ([6534f98](https://github.com/HyperChatBot/hyperchat/commit/6534f9880cef375a598ebd3bfad6acf884db0115)) + ## [1.0.3](https://github.com/HyperChatBot/hyperchat/compare/v1.0.2...v1.0.3) (2023-07-25) diff --git a/package.json b/package.json index 72c5eeb..c703f0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperchat", "private": true, - "version": "1.0.3", + "version": "1.0.4", "type": "module", "description": "ChatGPT AI Bot.", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1858e1c..afc781e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "hyperchat" -version = "1.0.3" +version = "1.0.4" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a74a9c6..a748ceb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperchat" -version = "1.0.3" +version = "1.0.4" description = "ChatGPT AI Bot." authors = ["Yancey Leo"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 42bfcc8..a89c6b5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Hyper Chat", - "version": "1.0.3" + "version": "1.0.4" }, "tauri": { "allowlist": {