From 8145a38aedc9464ed76749bf9337914de76ae75e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Jul 2022 06:14:51 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/rap2hpoutre/pg-anonymizer/compare/v0.5.1...v0.6.0) (2022-07-08) ### Features * allow for passthrough of extra args to pg_dump ([#26](https://github.com/rap2hpoutre/pg-anonymizer/issues/26)) ([776b5be](https://github.com/rap2hpoutre/pg-anonymizer/commit/776b5be4efa8196b26d77b479329eb04033bc384)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7133c1..3039c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/rap2hpoutre/pg-anonymizer/compare/v0.5.1...v0.6.0) (2022-07-08) + + +### Features + +* allow for passthrough of extra args to pg_dump ([#26](https://github.com/rap2hpoutre/pg-anonymizer/issues/26)) ([776b5be](https://github.com/rap2hpoutre/pg-anonymizer/commit/776b5be4efa8196b26d77b479329eb04033bc384)) + ## [0.5.1](https://github.com/rap2hpoutre/pg-anonymizer/compare/v0.5.0...v0.5.1) (2022-05-06)