diff --git a/CHANGELOG.md b/CHANGELOG.md index 986b194..aba0232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.2](https://github.com/db-migrate/pg/compare/v1.5.1...v1.5.2) (2023-09-12) + + +### Bug Fixes + +* **_getKV:** error: type "string" does not exist due to ::STRING cast ([ec66452](https://github.com/db-migrate/pg/commit/ec66452e9efbb6d133a9c19870aeadbb49a2441d)), closes [#83](https://github.com/db-migrate/pg/issues/83) + + + ## [1.5.1](https://github.com/db-migrate/pg/compare/v1.5.0...v1.5.1) (2023-09-11)