From 57d29d1a1b05bd72ddaa7b9fec31a186763c90e8 Mon Sep 17 00:00:00 2001 From: James Harrington Date: Thu, 27 Aug 2020 09:09:44 -0400 Subject: [PATCH] Release 0.0.9 --- CHANGES.adoc | 5 +++++ pkg/info/info.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 12342f469b..c719ddccf7 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.0.9 Aug 27 2020 + +- AWS Rate limiting: Limit number of retries for API calls +- Prow: Add OWNERS file and pieces to support prow + == 0.0.8 Aug 27 2020 - verify-oc: Ensure no output on error diff --git a/pkg/info/info.go b/pkg/info/info.go index 11676b43dc..f78bcc391b 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.8" +const Version = "0.0.9"