From 9876a7211303860da8f6fedccf5d2c5359c9824c Mon Sep 17 00:00:00 2001 From: Jian Date: Fri, 15 Sep 2023 16:58:53 -0400 Subject: [PATCH 1/2] prepare v1.4.0 --- CHANGELOG.md | 8 ++++++++ RELEASE_VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ff2827..888d501d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.4.0 + +[Documentation](https://github.com/artsy/hokusai/blob/v1.3.0/README.md) + +### Notable changes since v1.3.0 + +* 9b61a18 feat: CommandRunner to load project's k8s secret if it exists (#376) + ## v1.3.0 [Documentation](https://github.com/artsy/hokusai/blob/v1.3.0/README.md) diff --git a/RELEASE_VERSION b/RELEASE_VERSION index f0bb29e7..88c5fb89 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 From 7833d14accac523f791cbf76e9a0527e4e6bcbe9 Mon Sep 17 00:00:00 2001 From: Jian Date: Fri, 15 Sep 2023 17:00:53 -0400 Subject: [PATCH 2/2] fix: incorrect version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888d501d..d1eacb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## v1.4.0 -[Documentation](https://github.com/artsy/hokusai/blob/v1.3.0/README.md) +[Documentation](https://github.com/artsy/hokusai/blob/v1.4.0/README.md) ### Notable changes since v1.3.0