summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/MooseX/UserAgent.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 9825851..9a2623f 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension MooseX::UserAgent
+0.2.1 Fri 17 Jul 2009 05:18:14 PM CEST
+ - add ParanoidAgent, Async and LWP
+
0.01 Wed Jun 24 17:17:00 2009
- original version
diff --git a/lib/MooseX/UserAgent.pm b/lib/MooseX/UserAgent.pm
index cc589bc..3ed384b 100644
--- a/lib/MooseX/UserAgent.pm
+++ b/lib/MooseX/UserAgent.pm
@@ -1,6 +1,6 @@
package MooseX::UserAgent;
-our $VERSION = '0.2.0';
+our $VERSION = '0.2.1';
use Moose::Role;
with qw/