diff --git a/CHANGELOG.md b/CHANGELOG.md index c653b8d..b34c46b 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.7 - 2023-10-23 ### Changed - Init ZAP URL to http://zap/ instead of http://localhost:8080/ diff --git a/package.json b/package.json index 339718f..28a70c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zap-extension", - "version": "0.0.6", + "version": "0.0.7", "description": "ZAP 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 c14758c..b2c6bca 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP Browser Extension", - "version": "0.0.6", + "version": "0.0.7", "icons": { "16": "assets/icons/zap16x16.png",