diff --git a/CHANGELOG.md b/CHANGELOG.md index c1239af..5d0362e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.11](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-04-14) + + +### Features + +* **agent:** add proxy methods to improve the agent customization ([#16](https://github.com/ForestAdmin/symfony-forestadmin/issues/16)) ([2984207](https://github.com/ForestAdmin/symfony-forestadmin/commit/298420781a621b5962383f069ea414deede77059)) + # [1.0.0-beta.10](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-08) diff --git a/composer.json b/composer.json index d50a6f4..e163bfa 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/symfony-forestadmin", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "minimum-stability": "stable", "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "symfony-bundle", diff --git a/package.json b/package.json index d84e9cf..69a1198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symfony-forestadmin", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "The official symfony agent for Forest.", "scripts": { "postinstall": "husky install",