Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Sep 25, 2024
1 parent 8375249 commit 01dbecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ e2e-results/
.vscode/launch.json

.DS_Store
__debug_bin*
__debug_bin*
.eslintcache
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

## 2.19.0

- Reroute service map trace queries to the backend
- Reroute service map trace queries to the backend in [#459](https://github.com/grafana/opensearch-datasource/pull/459)
- Use resource handler to get version in [#452](https://github.com/grafana/opensearch-datasource/pull/452)

## 2.18.0
Expand Down
2 changes: 1 addition & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignorePaths": ["node_modules/**", "dist/**", "**/mage_output_file.go", "**/testdata/*.json", "package.json", "go.sum", "go.mod"],
"ignorePaths": ["node_modules/**", "dist/**", "**/mage_output_file.go", "**/testdata/*.json", "package.json", "go.sum", "go.mod", ".gitignore"],
"words": [
"aggs",
"bodyclose",
Expand Down

0 comments on commit 01dbecc

Please sign in to comment.