diff --git a/CHANGELOG.md b/CHANGELOG.md index aa83760..27bb5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.22](https://github.com/podium-lib/proxy/compare/v5.0.21...v5.0.22) (2024-07-13) + + +### Bug Fixes + +* **deps:** update dependency @podium/schemas to v5.0.6 ([c44f150](https://github.com/podium-lib/proxy/commit/c44f15070d14bad9e54e596ce0b76f093308ac35)) + ## [5.0.21](https://github.com/podium-lib/proxy/compare/v5.0.20...v5.0.21) (2024-06-20) ### Bug Fixes diff --git a/package.json b/package.json index c367ed3..4f43bec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/proxy", - "version": "5.0.21", + "version": "5.0.22", "description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.", "type": "module", "license": "MIT",