diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index bd880f3..8d4d134 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.7.0 - 1.6.2 - 1.6.1 - 1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 909f916..32c7a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.2...v1.7.0) (2024-09-11) + + +### Features + +* enforce provider id message filtering ([#36](https://github.com/agoralabs-sh/avm-web-provider/issues/36)) ([5762685](https://github.com/agoralabs-sh/avm-web-provider/commit/5762685b0a3fadd7d85e2a64231d0e7fcaa79524)) + # [1.7.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.2...v1.7.0-beta.1) (2024-09-11) diff --git a/package.json b/package.json index 2f3f1c9..fd9ec8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/avm-web-provider", - "version": "1.7.0-beta.1", + "version": "1.7.0", "description": "A TypeScript implementation that allows clients to connect and interact with web-based providers.", "main": "dist/index.js", "types": "dist/index.d.ts",