Skip to content

Commit aeddf0f

Browse files
committed
Update version number & README
1 parent ae850b2 commit aeddf0f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 0.2.0 - 2024-12-06
3+
### Added
4+
* Enabled Grafana Alerting([67358d5c](https://github.com/haohanyang/mongodb-datasource/commit/67358d5cb1ada5571697de21016f2acf5dbc1234))
5+
### Changed
6+
* Improved query variable([#28](https://github.com/haohanyang/mongodb-datasource/pull/28))
7+
8+
29
## 0.1.2 - 2024-11-10
310
### Changed
411
* Increased code editor's font size([84c7de5d](https://github.com/haohanyang/mongodb-datasource/commit/84c7de5df5035bd4c3214908eb6a389b53732cde))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This plugin enables you to query and visualize data from your MongoDB databases
1313
- **Flexible Querying:** Query data using MongoDB's aggregation pipeline syntax in JSON or JavaScript. Support query variables to create dynamic dashboards.
1414
- **Time Series & Table Data:** Visualize time-based data or display results in tabular format for various Grafana panels.
1515
- **MongoDB Atlas Support** Connect to MongoDB Atlas Services.
16+
- **Grafana Alerting Support** Set up alerting rules based on query result
1617
- **Legacy Plugin Compatibility:** Easy migrate from the legacy plugin with support for its query syntax.
1718

1819
## Authentication methods

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-datasource",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

0 commit comments

Comments
 (0)