diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c7e10..33113b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.0.10 - 2024-12-20 ### Changed - Report index of the forms. diff --git a/package.json b/package.json index 754b17a..6e3ad81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zap-extension", - "version": "0.0.9", + "version": "0.0.10", "description": "ZAP by Checkmarx Browser Extension - allows ZAP to interact directly with the browser.", "private": true, "repository": "https://github.com/zaproxy/browser-extension/", diff --git a/source/manifest.json b/source/manifest.json index ca637fb..8475b1d 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP by Checkmarx Browser Extension", - "version": "0.0.9", + "version": "0.0.10", "icons": { "16": "assets/icons/zap16x16.png",