From a55aad1f6dd2e812913eb9ac761624d76a086c80 Mon Sep 17 00:00:00 2001 From: Jess Robinson Date: Sat, 20 Jan 2024 12:27:04 +0000 Subject: [PATCH] Prepare for release 0.47 --- Changes | 2 ++ builder-lib/Paws/API/Builder/Paws.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index fd648e927c..a8df950727 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +0.47 + - 0.46 20 January 2024 - Fix issue with failing tests when proxy environment vars are set - Mostly a re-lease of 0.45 as that failed to index on pause diff --git a/builder-lib/Paws/API/Builder/Paws.pm b/builder-lib/Paws/API/Builder/Paws.pm index d8bcc6973d..1a2478153e 100644 --- a/builder-lib/Paws/API/Builder/Paws.pm +++ b/builder-lib/Paws/API/Builder/Paws.pm @@ -13,7 +13,7 @@ package Paws::API::Builder::Paws { use Moose; sub version { - '0.46'; + '0.47'; } has boto_service_files => (is => 'ro', isa => 'ArrayRef[Str]', lazy => 1, default => sub {