Skip to content

Commit

Permalink
Bump Version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed May 28, 2024
1 parent 78b1229 commit 8550185
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_FEATURE_TOGGLES_ENABLE=ngalert
- GF_INSTALL_PLUGINS=https://github.com/denniskniep/grafana-datasource-plugin-neo4j/releases/download/v1.3.1/kniepdennis-neo4j-datasource-1.3.1.zip;kniepdennis-neo4j-datasource
- GF_INSTALL_PLUGINS=https://github.com/denniskniep/grafana-datasource-plugin-neo4j/releases/download/v1.3.2/kniepdennis-neo4j-datasource-1.3.2.zip;kniepdennis-neo4j-datasource
volumes:
- ./grafana/provisioning/:/etc/grafana/provisioning/
ports:
Expand Down
6 changes: 6 additions & 0 deletions neo4j-datasource-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] - 2024-05-28

### Changed

- Update neo4j-go-driver to v5.20.0

## [1.3.1] - 2023-08-02

### Changed
Expand Down
4 changes: 2 additions & 2 deletions neo4j-datasource-plugin/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 neo4j-datasource-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kniepdennis-neo4j-datasource",
"version": "1.3.1",
"version": "1.3.2",
"description": "Neo4j Datasource",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 8550185

Please sign in to comment.