From 4e5e14d195fff8e1372a4d34a1e24bffdfb4e974 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jul 2024 15:38:57 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] ## [1.7.1](https://github.com/sixfeetup/scaf/compare/v1.7.0...v1.7.1) (2024-07-08) ### Bug Fixes * keep postgres pvc across tilt restarts ([#274](https://github.com/sixfeetup/scaf/issues/274)) ([9d66187](https://github.com/sixfeetup/scaf/commit/9d66187b1deafc2fb9d153fcc74106e528979939)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b0c610..3c73ae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.7.1](https://github.com/sixfeetup/scaf/compare/v1.7.0...v1.7.1) (2024-07-08) + +### Bug Fixes + +* keep postgres pvc across tilt restarts ([#274](https://github.com/sixfeetup/scaf/issues/274)) ([9d66187](https://github.com/sixfeetup/scaf/commit/9d66187b1deafc2fb9d153fcc74106e528979939)) + ## [1.7.0](https://github.com/sixfeetup/scaf/compare/v1.6.0...v1.7.0) (2024-07-08) ### Features