Skip to content

Commit

Permalink
Roll 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mallen-al committed Feb 21, 2012
1 parent 05fdca4 commit bac5bb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
0.17 2012-02-20
Chia-liang Kao Support Client Token
Chia-liang Kao Support instance filters
Chia-liang Kao Don't cache timestamps (to prevent timeout errors)
Chia-liang Kao Fix a problem with XML::Simple deserialization of empty
value in image description
Mark Allen Spelling fix RT #74239
0.18 2012-02-21
Chia-liang Kao Fix timestamp clear (RT#75194)

0.17 2012-02-20
Chia-liang Kao Support Client Token
Chia-liang Kao Support instance filters
Chia-liang Kao Don't cache timestamps (to prevent timeout errors)
Chia-liang Kao Fix a problem with XML::Simple deserialization of empty
value in image description
Mark Allen Spelling fix RT #74239

0.16 2012-01-21
Mark Allen Remove union type in ReservationInfo
Expand Down
6 changes: 3 additions & 3 deletions lib/Net/Amazon/EC2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use Net::Amazon::EC2::EbsBlockDevice;
use Net::Amazon::EC2::TagSet;
use Net::Amazon::EC2::DescribeTags;

$VERSION = '0.17';
$VERSION = '0.18';

=head1 NAME
Expand All @@ -68,8 +68,8 @@ environment.
=head1 VERSION
This document describes version 0.17 of Net::Amazon::EC2, released
February 20, 2012. This module is coded against the Query API version of the '2011-01-01'
This document describes version 0.18 of Net::Amazon::EC2, released
February 21, 2012. This module is coded against the Query API version of the '2011-01-01'
version of the EC2 API last updated January 1st, 2011.
=head1 SYNOPSIS
Expand Down

0 comments on commit bac5bb2

Please sign in to comment.