diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index 62a57f46..9081307b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_template.yml @@ -26,6 +26,7 @@ body: label: Version description: What version of the software are you running? options: + - 1.11.1 - 1.11.0 - 1.10.1 - 1.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f653ff7..662288dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.1](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.11.0...v1.11.1) (2024-02-16) + + +### Bug Fixes + +* allow groups of single/atomic transactions ([#172](https://github.com/agoralabs-sh/kibisis-web-extension/issues/172)) ([722f9c2](https://github.com/agoralabs-sh/kibisis-web-extension/commit/722f9c28b77f703c7ac3ebde07968d2156a31d20)) + # [1.11.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.10.1...v1.11.0) (2024-02-08) diff --git a/package.json b/package.json index afdfc950..6ce6d01a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-web-extension", - "version": "1.11.0", + "version": "1.11.1", "description": "An AVM wallet in your browser that goes beyond just DeFi.", "main": "build/main.js", "repository": { diff --git a/src/manifest.common.json b/src/manifest.common.json index 51668784..826a22b2 100644 --- a/src/manifest.common.json +++ b/src/manifest.common.json @@ -1,6 +1,6 @@ { "name": "Kibisis", - "version": "1.11.0", + "version": "1.11.1", "description": "An AVM wallet in your browser that goes beyond just DeFi.", "author": "Agora Labs", "icons": {