diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d617dbb..4020c6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.6](https://github.com/maevsi/sqitch/compare/3.2.5...3.2.6) (2024-03-23) + + +### Bug Fixes + +* schedule release ([c6d0a15](https://github.com/maevsi/sqitch/commit/c6d0a155f1f5b70be713da0f989e8042d234075f)) + ## [3.2.5](https://github.com/maevsi/sqitch/compare/3.2.4...3.2.5) (2024-03-09) diff --git a/package.json b/package.json index 68544754..58579a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.2.5", + "version": "3.2.6", "private": true, "engines": { "node": "20"