From 76eb97ba6185cb32c7efc07db5451707cdd0eedc Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Fri, 22 Jul 2022 12:40:34 -0700 Subject: [PATCH] Bump version to 1.10.0 Signed-off-by: Wesley Pettit --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72680a..b32f4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.10.0 +* Feature - Add support for building this plugin on Windows. *Note that this is only support in this plugin repo for Windows compilation.* + ## 1.9.0 * Feature - Add timeout config for AWS SDK Go HTTP calls (#178) * Bug - Fix message loss issue using concurrency feature with 0 retries (#179) diff --git a/VERSION b/VERSION index f8e233b..81c871d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0