diff --git a/ChangeLog.md b/ChangeLog.md index 4814a54..72fc317 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,13 @@ Web frontends change log ## ?.?.? / ????-??-?? +## 6.3.0 / 2024-05-20 + +* Merged PR #48: Implement `View::dispatch()`, which redirects internally + and dispatches the request to another route, bumping the dependency on + the `web` library to https://github.com/xp-forge/web/releases/tag/v4.2.0 + (@thekid) + ## 6.2.0 / 2024-03-24 * Added dependency on `xp-forge/compression`, see xp-framework/rfc#342 diff --git a/composer.json b/composer.json index 0bff5ef..b53cae3 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "xp-framework/core": "^12.0 | ^11.0 | ^10.0", "xp-framework/http": "^10.0 | ^9.0", "xp-framework/reflection": "^3.0 | ^2.0", - "xp-forge/web": "^4.0 | ^3.0 | ^2.9", + "xp-forge/web": "^4.2", "xp-forge/compression": "^1.0", "xp-forge/json": "^5.0 | ^4.0", "xp-forge/marshalling": "^2.0",