From 22f136508d5c03dd1cc87cf11b07956e1246f76e Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Wed, 2 Oct 2024 15:28:14 -0400 Subject: [PATCH] Fix typo in changelog Signed-off-by: Eduardo Apolinario --- CHANGELOG/CHANGELOG-v1.13.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v1.13.2.md b/CHANGELOG/CHANGELOG-v1.13.2.md index 39f4514c51..ec81e91526 100644 --- a/CHANGELOG/CHANGELOG-v1.13.2.md +++ b/CHANGELOG/CHANGELOG-v1.13.2.md @@ -19,7 +19,7 @@ * [flyteagent] Enable `agent-service` in every configuration by @Future-Outlier in https://github.com/flyteorg/flyte/pull/5730 * [Docs][flyteagent] Remove `agent-service` config in flyte agent documentation by @Future-Outlier in https://github.com/flyteorg/flyte/pull/5731 * Fix flytectl returning the oldest workflow when using --latest flag by @RRap0so in https://github.com/flyteorg/flyte/pull/5716 -* Remove explict go toolchain versions by @ddl-ebrown in https://github.com/flyteorg/flyte/pull/5723 +* Remove explicit go toolchain versions by @ddl-ebrown in https://github.com/flyteorg/flyte/pull/5723 * Add listing api to stow storage by @bgedik in https://github.com/flyteorg/flyte/pull/5741 * Use latest upload/download-artifact action version by @Sovietaced in https://github.com/flyteorg/flyte/pull/5743 * Introduced SMTP notification by @robert-ulbrich-mercedes-benz in https://github.com/flyteorg/flyte/pull/5535