diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a871c..a17ee65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.2.35](https://github.com/adobe/helix-ops/compare/v4.2.34...v4.2.35) (2023-03-18) + + +### Bug Fixes + +* potential insufficient hostname validation ([1e9b1eb](https://github.com/adobe/helix-ops/commit/1e9b1ebfe5413e7aa4c098439092c4fdfbcaeb38)) +* potential insufficient path validation ([f76bd95](https://github.com/adobe/helix-ops/commit/f76bd95bcca553c9ddb36e0af66cfd6398479f4d)) + ## [4.2.34](https://github.com/adobe/helix-ops/compare/v4.2.33...v4.2.34) (2023-02-25) diff --git a/package.json b/package.json index 6e7af80..0de47d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-ops", - "version": "4.2.34", + "version": "4.2.35", "description": "Operational tooling for Project Helix services", "bin": { "monitoringSetup": "src/monitoringSetup.js",