From 7b2ab08d416faf2df5eef20ec992818436190f05 Mon Sep 17 00:00:00 2001 From: Nicolas Thauvin Date: Mon, 6 May 2024 10:58:01 +0200 Subject: [PATCH] release 2.3.0 --- CHANGELOG.md | 10 ++++++++++ main.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52e076..1943dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## pg_back 2.3.0 + +* Add options to avoid dumping hash passwords with pg_dumpall +* Ensure usability without superuser privileges +* Update Go dependencies +* Add the --dump-only option to only dump databases +* Fix mode of the directory when the format is dir +* Add an option to download from remote locations +* Add an option to list files from remote locations + ## pg_back 2.2.0 * Support compression in plain format diff --git a/main.go b/main.go index 6dd205e..ed93717 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ import ( "time" ) -var version = "2.2.0" +var version = "2.3.0" var binDir string type dump struct {