diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1ef7aa..9b74b09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.0.3](https://github.com/maevsi/sqitch/compare/3.0.2...3.0.3) (2023-11-03) + + +### Bug Fixes + +* account for empty account id ([fc75db7](https://github.com/maevsi/sqitch/commit/fc75db7b6dff797b30da372ba652244e6d03cba0)) +* **upload:** correct revert script ([4bf4e9c](https://github.com/maevsi/sqitch/commit/4bf4e9c4730fc8fae10aff54cc6bf1c4f4c6396c)) + ## [3.0.2](https://github.com/maevsi/sqitch/compare/3.0.1...3.0.2) (2023-10-28) diff --git a/package.json b/package.json index aea67c49..310a8b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.0.2", + "version": "3.0.3", "private": true, "engines": { "node": "20"