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 {