diff --git a/CHANGELOG.md b/CHANGELOG.md index 8888f54..ec56f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ [//]: # 'The ci will use the first section starting with `##` as release notes.' +## 4.0.3 +- Updated dependencies + ## 4.0.2 - Dropped support for Grafana prior 10.4.18 diff --git a/package.json b/package.json index cd31dcc..e6dddb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tribe-29-checkmk-datasource", - "version": "4.0.2", + "version": "4.0.3", "description": "Datasource for checkmk", "scripts": { "build": "webpack -c ./webpack.config.ts --env production",