Skip to content

Commit 1c04a5a

Browse files
committed
Release v4.0.0
1 parent 02c0551 commit 1c04a5a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
[//]: # 'The ci will use the first section starting with `##` as release notes.'
44

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
5+
## 4.0.0
6+
- Removed signed plugin restrictions: The signed plugin works now with all Checkmk editions, including Raw Edition
107
- Dropped support for unsigned plugin: Please migrate to the signed plugin
118
- Dropped support for Checkmk prior to 2.2.0: Checkmk 2.1.0 reached EOL 2024-11-24
129
- Updated documentation
1310
- Updated dependencies to latest versions
11+
- Bug fixing
1412

1513
## 3.4.1
1614
- Fix issue with user defined variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tribe-29-checkmk-datasource",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0",
44
"description": "Datasource for checkmk",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)