diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a61986..3f48d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,17 @@ [//]: # 'The ci will use the first section starting with `##` as release notes.' -## 3.4.0 - Beta 1 +## 3.4.0 - Beta 2 - Updated error message when Rest API cannot be found - Switched from yarn to npm - Updated dependencies to latest versions - Updated unit tests - Migrated end-to-end tests to Playwright -- Updated documentation +- Updated documentation ## 3.3.0 - Support for new autocomplete endpoints -- Rebranding of Checkmk commercial products +- Rebranding of Checkmk commercial products ## 3.2.2 diff --git a/package.json b/package.json index cfb540a..885656e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tribe-29-checkmk-datasource", - "version": "3.4.0-beta.1", + "version": "3.4.0-beta.2", "description": "Datasource for checkmk", "scripts": { "build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",