diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4b3c56..40f53679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0](https://github.com/maevsi/sqitch/compare/3.0.8...3.1.0) (2023-11-21) + + +### Features + +* **grafana:** add database and role ([d863139](https://github.com/maevsi/sqitch/commit/d863139f3df2e0a13af89c5bc095821e72ad5359)) + ## [3.0.8](https://github.com/maevsi/sqitch/compare/3.0.7...3.0.8) (2023-11-20) diff --git a/package.json b/package.json index c0761785..1e60de9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.0.8", + "version": "3.1.0", "private": true, "engines": { "node": "20"