Skip to content

Commit

Permalink
bump VERSION and Changes for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Sep 5, 2017
1 parent b3ab9c7 commit e742ce6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Business-GoCardless

0.24 2017-09-05
- Support the payout resource in an event (GH #10, thanks to grifferz)

0.23 2017-08-31
- Add missing attributes to Mandate clasee (GH #8, thanks to grifferz)
- Fix some typos (GH #9, thanks to grifferz)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set of modules

# VERSION

0.23
0.24

# DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Business/GoCardless.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set of modules
=head1 VERSION
0.23
0.24
=head1 DESCRIPTION
Expand Down Expand Up @@ -53,7 +53,7 @@ use Carp qw/ confess /;
use Business::GoCardless::Client;
use Business::GoCardless::Webhook;

$Business::GoCardless::VERSION = '0.23';
$Business::GoCardless::VERSION = '0.24';

has api_version => (
is => 'ro',
Expand Down

0 comments on commit e742ce6

Please sign in to comment.