diff --git a/CHANGELOG.md b/CHANGELOG.md index de4d0bb..946d368 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.3 - 2025-06-18 ### Fixed - Download on script completion on Chrome. diff --git a/CHANGELOG.rec.md b/CHANGELOG.rec.md index 4297033..cb9bae4 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.3 - 2025-06-18 ### Fixed - Download on script completion on Chrome. diff --git a/source/manifest.json b/source/manifest.json index 9bf9bf3..09d42ea 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.2", + "version": "0.1.3", "icons": { "16": "assets/icons/zap16x16.png", diff --git a/source/manifest.rec.json b/source/manifest.rec.json index 3976d90..89e7473 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.2", + "version": "0.1.3", "icons": { "16": "assets/icons/zap16x16.png",