0.03
authorivan <ivan>
Tue, 14 Sep 2004 00:27:20 +0000 (00:27 +0000)
committerivan <ivan>
Tue, 14 Sep 2004 00:27:20 +0000 (00:27 +0000)
Changes
OpenECHO.pm

diff --git a/Changes b/Changes
index 4874562..314e208 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
-0.02  unreleased
+0.03  unreleased
+       - include final 0.02 changelog
+       - actually bump the version number this time
+
+0.02  Mon Sep 13 17:14:29 2004
        - update test account with new PIN
        - customer_id => merchant_trace_nbr
 
index b3c7910..fdf3a56 100644 (file)
@@ -27,6 +27,8 @@
 # + v1.6.2      09/23/2003 Added DH transaction type (salim qadeer sqadeer@echo-inc.com)\r
 # --------\r
 # + v0.1        08/26/2004 Business::OnlinePayment implementation\r
+# + v0.2        09/13/2004\r
+# + v0.3        unreleased\r
 #\r
 # Copyright (C) 2002 Electric Pulp. <info@electricpulp.com>\r
 # Copyright (C) 2004 Ivan Kohler\r
@@ -57,7 +59,7 @@ use Business::OnlinePayment::HTTPS;
 use vars qw($VERSION @ISA);\r
 \r
 @ISA = qw(Business::OnlinePayment::HTTPS);\r
-$VERSION = '0.01';\r
+$VERSION = '0.03';\r
 \r
 sub set_defaults {\r
        my $self = shift;\r