diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddfe2f8..623cd839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17) + +### Features + +- Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f)) +- Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725)) + # [1.10.0](https://github.com/andrewinci/insulator2/compare/v1.9.0...v1.10.0) (2022-10-16) ### Bug Fixes diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index faf5a348..c13d25d7 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v1.10.0", - "notes": "# [1.10.0](https://github.com/andrewinci/insulator2/compare/v1.9.0...v1.10.0) (2022-10-16)\n\n\n### Bug Fixes\n\n* compile on windows ([15d0bb6](https://github.com/andrewinci/insulator2/commit/15d0bb601952f825f3e12a8362650c023208771d))\n* **FE:** Persist recent items across page change ([00764e9](https://github.com/andrewinci/insulator2/commit/00764e9512b82184fd25ef91ca822aadd6eb60c6))\n\n\n### Features\n\n* **FE:** Add clear cache button ([856d205](https://github.com/andrewinci/insulator2/commit/856d2052332118c7082b4e0fbbd8ae59c9b24149))\n* **FE:** Add favorites to item list ([9679171](https://github.com/andrewinci/insulator2/commit/9679171a9020d505cee90d28c53438028ad6468e))\n* Show list of consumer groups ([59a1bff](https://github.com/andrewinci/insulator2/commit/59a1bff91af23393ce551ba598307bec4e7d9549))\n\n\n\n", - "pub_date": "2022-10-16T23:01:38Z", + "version": "v1.11.0", + "notes": "# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17)\n\n\n### Features\n\n* Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f))\n* Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725))\n\n\n\n", + "pub_date": "2022-10-17T08:06:38Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.10.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.10.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index d0faa7a9..b72c84f3 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v1.10.0", - "notes": "# [1.10.0](https://github.com/andrewinci/insulator2/compare/v1.9.0...v1.10.0) (2022-10-16)\n\n\n### Bug Fixes\n\n* compile on windows ([15d0bb6](https://github.com/andrewinci/insulator2/commit/15d0bb601952f825f3e12a8362650c023208771d))\n* **FE:** Persist recent items across page change ([00764e9](https://github.com/andrewinci/insulator2/commit/00764e9512b82184fd25ef91ca822aadd6eb60c6))\n\n\n### Features\n\n* **FE:** Add clear cache button ([856d205](https://github.com/andrewinci/insulator2/commit/856d2052332118c7082b4e0fbbd8ae59c9b24149))\n* **FE:** Add favorites to item list ([9679171](https://github.com/andrewinci/insulator2/commit/9679171a9020d505cee90d28c53438028ad6468e))\n* Show list of consumer groups ([59a1bff](https://github.com/andrewinci/insulator2/commit/59a1bff91af23393ce551ba598307bec4e7d9549))\n\n\n\n", - "pub_date": "2022-10-16T23:01:38Z", + "version": "v1.11.0", + "notes": "# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17)\n\n\n### Features\n\n* Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f))\n* Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725))\n\n\n\n", + "pub_date": "2022-10-17T08:06:38Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.10.0/insulator-2_1.10.0_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/insulator-2_1.11.0_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index 346d70e3..4ac2d311 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v1.10.0", - "notes": "# [1.10.0](https://github.com/andrewinci/insulator2/compare/v1.9.0...v1.10.0) (2022-10-16)\n\n\n### Bug Fixes\n\n* compile on windows ([15d0bb6](https://github.com/andrewinci/insulator2/commit/15d0bb601952f825f3e12a8362650c023208771d))\n* **FE:** Persist recent items across page change ([00764e9](https://github.com/andrewinci/insulator2/commit/00764e9512b82184fd25ef91ca822aadd6eb60c6))\n\n\n### Features\n\n* **FE:** Add clear cache button ([856d205](https://github.com/andrewinci/insulator2/commit/856d2052332118c7082b4e0fbbd8ae59c9b24149))\n* **FE:** Add favorites to item list ([9679171](https://github.com/andrewinci/insulator2/commit/9679171a9020d505cee90d28c53438028ad6468e))\n* Show list of consumer groups ([59a1bff](https://github.com/andrewinci/insulator2/commit/59a1bff91af23393ce551ba598307bec4e7d9549))\n\n\n\n", - "pub_date": "2022-10-16T23:01:38Z", + "version": "v1.11.0", + "notes": "# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17)\n\n\n### Features\n\n* Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f))\n* Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725))\n\n\n\n", + "pub_date": "2022-10-17T08:06:38Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.10.0/Insulator_2_1.10.0_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/Insulator.2_1.11.0_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index 12dad0fd..f3307a1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "1.10.0", + "version": "1.11.0", "type": "module", "scripts": { "postinstall": "husky install", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7087e81b..4a9beb67 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "1.10.0" + "version": "1.11.0" }, "tauri": { "allowlist": {