From a59aa4f1d331f17fae2ae341b5015c73f030dc91 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Mon, 13 Nov 2023 16:26:57 -0900 Subject: [PATCH] Add Changelog entry for 4.3.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac8d457b..93bebb58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.3.1] +### Added +- The `ESA_USERNAME` and `ESA_PASSWORD` secrets have been added to all of the job specs that require them. + ## [4.3.0] ### Changed - The `iterative_min_size` and `minimization_metric` parameters have been moved from the `WATER_MAP_TEST` job spec to the `WATER_MAP` job spec. The default `minimization_metric` value has been changed from `fmi` to `ts`.