diff --git a/CHANGELOG.md b/CHANGELOG.md index 174678e..a8f9b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.0](https://github.com/iamelevich/pocketbase-plugin-proxy/compare/v0.14.0...v0.15.0) (2023-04-01) + + +### Features + +* add `SetSkipper` method to `Plugin`, that let change skipper in proxy middleware ([4921998](https://github.com/iamelevich/pocketbase-plugin-proxy/commit/49219982b20909d9d6e49b82d54dd3034b8f956a)) + + +### Bug Fixes + +* **deps:** update module github.com/pocketbase/pocketbase to v0.14.1 ([48ff88f](https://github.com/iamelevich/pocketbase-plugin-proxy/commit/48ff88f584aedafd627864a2d25539f3686f70ba)) +* not return error from `enableProxy` ([cbc265e](https://github.com/iamelevich/pocketbase-plugin-proxy/commit/cbc265e10b30555a57fb8974558900e07cde2bc8)) + ## [0.14.0](https://github.com/iamelevich/pocketbase-plugin-proxy/compare/v0.13.4...v0.14.0) (2023-04-01)