From 658244811abe7ea16dfa92df1a82a96efdcd0f42 Mon Sep 17 00:00:00 2001 From: schnecle Date: Thu, 12 Oct 2023 18:47:26 +0000 Subject: [PATCH] [Automatic PR] Generate release notes --- release_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes.md b/release_notes.md index 935386971..432d51ddc 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,9 @@ +## v23.10.0 +### Bug Fixes +- [#2438](https://github.com/Flank/flank/pull/2438) Replace hub with GitHub CLI 'gh' for GitHub Actions ([schnecle](https://github.com/schnecle)) +### Features +- [#2437](https://github.com/Flank/flank/pull/2437) Add retry configuration to Google Cloud Storage client ([schnecle](https://github.com/schnecle)) + ## v23.07.0 ### Bug Fixes - [#2404](https://github.com/Flank/flank/pull/2404) Set correct max test shards when arm devices are configured ()