diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index 773e2293..7be25df4 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.17.1 - 1.17.0 - 1.16.0 - 1.15.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd18dfb..cdf3a799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.1](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.17.0...v1.17.1) (2024-07-03) + + +### Bug Fixes + +* add auth address when simulating a transaction to get the box references ([#262](https://github.com/agoralabs-sh/kibisis-web-extension/issues/262)) ([1862666](https://github.com/agoralabs-sh/kibisis-web-extension/commit/1862666eccc6d8cbfe27cff58d9428e0bdb49545)) + # [1.17.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.16.0...v1.17.0) (2024-06-17) diff --git a/package.json b/package.json index 7d0d00bf..2af78344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-web-extension", - "version": "1.17.0", + "version": "1.17.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 a36ef9c0..37fa540e 100644 --- a/src/manifest.common.json +++ b/src/manifest.common.json @@ -1,6 +1,6 @@ { "name": "Kibisis", - "version": "1.17.0", + "version": "1.17.1", "description": "An AVM wallet in your browser that goes beyond just DeFi.", "author": "Agora Labs", "icons": {