diff --git a/CHANGELOG.md b/CHANGELOG.md index f9df9225..b773c742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.12](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-03-16) + + +### Features + +* add empty decorator ([#34](https://github.com/ForestAdmin/agent-php/issues/34)) ([8271e62](https://github.com/ForestAdmin/agent-php/commit/8271e62f5a9dafa4d283905485b670abf67c38a9)) + # [1.0.0-beta.11](https://github.com/ForestAdmin/agent-php/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-03-16) diff --git a/composer.json b/composer.json index a6b2e41a..d2f0568f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/agent-php", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "description": "The official agent PHP for Forest", "type": "library", "license": "GPL-3.0-or-later", diff --git a/package.json b/package.json index 900471e1..8573ee4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-php", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "description": "The official agent PHP for Forest.", "private": false, "scripts": { diff --git a/src/Agent/Utils/ForestSchema/SchemaEmitter.php b/src/Agent/Utils/ForestSchema/SchemaEmitter.php index ecdc172a..307065f5 100644 --- a/src/Agent/Utils/ForestSchema/SchemaEmitter.php +++ b/src/Agent/Utils/ForestSchema/SchemaEmitter.php @@ -11,7 +11,7 @@ class SchemaEmitter { public const LIANA_NAME = 'agent-php'; - public const LIANA_VERSION = '1.0.0-beta.11'; + public const LIANA_VERSION = '1.0.0-beta.12'; public static function getSerializedSchema(Datasource $datasource) {