From 679bc7c2cabfba0f0496ef960758492a4009c6b7 Mon Sep 17 00:00:00 2001 From: Mario Ranftl Date: Thu, 23 Jan 2025 14:31:16 +0100 Subject: [PATCH] CHANGELOG v0.3.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc31e18..26fd7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,16 @@ Note that versions before v1 may have breaking changes during minor version upgrades. We do our best to document these changes in the here. - [Changelog](#changelog) + - [v0.3.0:](#v030) - [v0.2.0: Go binary release](#v020-go-binary-release) - [Migration Steps for the `backup-ns.sh/weekly` label](#migration-steps-for-the-backup-nsshweekly-label) - [v0.1.0: Initial release](#v010-initial-release) +## v0.3.0: + +* mysqldump no longer uses `--compact` +* adds `backup-ns postgres shell` for interactive postgres `psql` shell access +* adds `backup-ns mysql shell` for interactive `mysql` shell access ## v0.2.0: Go binary release