From 25e76f0339f818601b92de3b1623d1f0744a0e98 Mon Sep 17 00:00:00 2001 From: Derek Graeber Date: Tue, 10 Dec 2024 13:13:26 -0500 Subject: [PATCH] release 5.0.2 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1df67c..f606faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ### Changes +### Fixes + +## v5.0.2 (2024-12-10) + +### New + +### Changes + - Adds `seedfarmer --version` to validate package without running explicit command - Added ability to disable env replacement in module parameters - Updating bootstrap docs with minimum permissions @@ -19,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch - correct archive extraction when there is only one nested path (issue 749) - force proper resolution of boundary permissions + ## v5.0.0 (2024-08-16) ### New diff --git a/VERSION b/VERSION index 858bf71..3e827a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0.dev.0 +5.0.2 \ No newline at end of file