diff --git a/CHANGELOG.md b/CHANGELOG.md index 18723070..1220566a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the full browser extension will be documented in this fil The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.1.8 - 2025-12-12 ### Changed - Do not notify synthetic scroll to statements, which are only added to help with replay not as direct result of user actions. diff --git a/CHANGELOG.rec.md b/CHANGELOG.rec.md index a820ec8c..e75790f9 100644 --- a/CHANGELOG.rec.md +++ b/CHANGELOG.rec.md @@ -3,7 +3,7 @@ All notable changes to the recorder browser extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.1.8 - 2025-12-12 ### Changed - Do not notify synthetic scroll to statements, which are only added to help with replay not as direct result of user actions. diff --git a/source/manifest.json b/source/manifest.json index b8d59057..2cc0c21a 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP by Checkmarx Browser Extension", - "version": "0.1.7", + "version": "0.1.8", "icons": { "16": "assets/icons/zap16x16.png", diff --git a/source/manifest.rec.json b/source/manifest.rec.json index 7bf53813..522b755e 100644 --- a/source/manifest.rec.json +++ b/source/manifest.rec.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP by Checkmarx Recorder", - "version": "0.1.7", + "version": "0.1.8", "icons": { "16": "assets/icons/zap16x16.png",