From 4af0e87ff52b6b0762ba41609d4dfb100d94fb11 Mon Sep 17 00:00:00 2001 From: Chris White Date: Tue, 1 Sep 2020 11:06:27 -0700 Subject: [PATCH] Update changelog in prep for a release --- Changelog.md | 17 +++++++++++++++++ changes/issue64.yaml | 2 -- changes/pr63.yaml | 20 -------------------- changes/pr67.yaml | 20 -------------------- changes/pr69.yaml | 20 -------------------- 5 files changed, 17 insertions(+), 62 deletions(-) delete mode 100644 changes/issue64.yaml delete mode 100644 changes/pr63.yaml delete mode 100644 changes/pr67.yaml delete mode 100644 changes/pr69.yaml diff --git a/Changelog.md b/Changelog.md index ccff3d9c..f2a6c788 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,22 @@ # Changelog +## September 1, 2020 + +Released on September 1, 2020. + +### Enhancements + +- Automatically upgrade local database - [#69](https://github.com/PrefectHQ/server/pull/69) + +### Fixes + +- Fix flow run creation not using default parameters from flow group - [#64](https://github.com/PrefectHQ/server/issues/64) +- Ensure Lazarus ignores flow runs with active tasks - [#67](https://github.com/PrefectHQ/server/pull/67) + +### Deprecations + +- Deprecate flow settings that are actually flow group settings - [#63](https://github.com/PrefectHQ/server/pull/63) + ## August 26, 2020 Released on August 26, 2020. diff --git a/changes/issue64.yaml b/changes/issue64.yaml deleted file mode 100644 index 5ce19fce..00000000 --- a/changes/issue64.yaml +++ /dev/null @@ -1,2 +0,0 @@ -fix: - - "Fix flow run creation not using default parameters from flow group - [#64](https://github.com/PrefectHQ/server/issues/64)" diff --git a/changes/pr63.yaml b/changes/pr63.yaml deleted file mode 100644 index 752ade31..00000000 --- a/changes/pr63.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# An example changelog entry -# -# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers: -# - feature -# - enhancement -# - fix -# - deprecation -# - breaking (for breaking changes) -# - migration (for database migrations) -# -# 2. Fill in one (or more) bullet points under the heading, describing the change. -# Markdown syntax may be used. -# -# 3. If you would like to be credited as helping with this release, add a -# contributor section with your name and github username. -# -# Here's an example of a PR that adds an enhancement - -deprecation: - - "Deprecate flow settings that are actually flow group settings - [#63](https://github.com/PrefectHQ/server/pull/63)" diff --git a/changes/pr67.yaml b/changes/pr67.yaml deleted file mode 100644 index a9821145..00000000 --- a/changes/pr67.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# An example changelog entry -# -# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers: -# - feature -# - enhancement -# - fix -# - deprecation -# - breaking (for breaking changes) -# - migration (for database migrations) -# -# 2. Fill in one (or more) bullet points under the heading, describing the change. -# Markdown syntax may be used. -# -# 3. If you would like to be credited as helping with this release, add a -# contributor section with your name and github username. -# -# Here's an example of a PR that adds an enhancement - -fix: - - "Ensure Lazarus ignores flow runs with active tasks - [#67](https://github.com/PrefectHQ/server/pull/67)" \ No newline at end of file diff --git a/changes/pr69.yaml b/changes/pr69.yaml deleted file mode 100644 index cede0c4a..00000000 --- a/changes/pr69.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# An example changelog entry -# -# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers: -# - feature -# - enhancement -# - fix -# - deprecation -# - breaking (for breaking changes) -# - migration (for database migrations) -# -# 2. Fill in one (or more) bullet points under the heading, describing the change. -# Markdown syntax may be used. -# -# 3. If you would like to be credited as helping with this release, add a -# contributor section with your name and github username. -# -# Here's an example of a PR that adds an enhancement - -enhancement: - - "Automatically upgrade local database - [#69](https://github.com/PrefectHQ/server/pull/69)"