We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753ed09 commit 02c0551Copy full SHA for 02c0551
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
[//]: # 'The ci will use the first section starting with `##` as release notes.'
4
5
+## 4.0.0 - Beta.2
6
+- Bug fixing
7
+
8
## 4.0.0 - Beta.1
9
- Removed signed plugin restrictions: The signed plugin works now with all checkmk editions, including raw edition
10
- Dropped support for unsigned plugin: Please migrate to the signed plugin
package.json
@@ -1,6 +1,6 @@
1
{
"name": "tribe-29-checkmk-datasource",
- "version": "4.0.0-beta.1",
+ "version": "4.0.0-beta.2",
"description": "Datasource for checkmk",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
0 commit comments