Skip to content

Commit

Permalink
Update version number & README
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Dec 6, 2024
1 parent ae850b2 commit aeddf0f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 0.2.0 - 2024-12-06
### Added
* Enabled Grafana Alerting([67358d5c](https://github.com/haohanyang/mongodb-datasource/commit/67358d5cb1ada5571697de21016f2acf5dbc1234))
### Changed
* Improved query variable([#28](https://github.com/haohanyang/mongodb-datasource/pull/28))


## 0.1.2 - 2024-11-10
### Changed
* Increased code editor's font size([84c7de5d](https://github.com/haohanyang/mongodb-datasource/commit/84c7de5df5035bd4c3214908eb6a389b53732cde))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This plugin enables you to query and visualize data from your MongoDB databases
- **Flexible Querying:** Query data using MongoDB's aggregation pipeline syntax in JSON or JavaScript. Support query variables to create dynamic dashboards.
- **Time Series & Table Data:** Visualize time-based data or display results in tabular format for various Grafana panels.
- **MongoDB Atlas Support** Connect to MongoDB Atlas Services.
- **Grafana Alerting Support** Set up alerting rules based on query result
- **Legacy Plugin Compatibility:** Easy migrate from the legacy plugin with support for its query syntax.

## Authentication methods
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-datasource",
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
Expand Down

0 comments on commit aeddf0f

Please sign in to comment.