Skip to content

Commit

Permalink
Prepare for release 0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway committed Jan 20, 2024
1 parent 3216266 commit a55aad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion builder-lib/Paws/API/Builder/Paws.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a55aad1

Please sign in to comment.