summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFayland Lam <fayland@gmail.com>2014-02-07 12:05:39 +0800
committerFayland Lam <fayland@gmail.com>2014-02-07 12:05:39 +0800
commitd8c3b1baa204af30dc303c351c272e7a4fca1ff0 (patch)
tree60d157e5bf9090c2b1dc86041437a62b3d22ff8e
parentae9d2148e3e91b00ceb0c16a1e2c77d7492aad80 (diff)
for a new release
-rw-r--r--Changes3
-rw-r--r--lib/Net/GitHub.pm2
-rw-r--r--lib/Net/GitHub/V3/Repos.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 7b6dd29..b41e28c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Net-GitHub
+0.56 2014-02-07
+ - Add Subscription methods. (Kevin Falcone)
+
0.55 2013-12-19
- remove JSON::XS requirements in Makefile.PL (no code changes)
diff --git a/lib/Net/GitHub.pm b/lib/Net/GitHub.pm
index 2dff447..c2ccc2b 100644
--- a/lib/Net/GitHub.pm
+++ b/lib/Net/GitHub.pm
@@ -3,7 +3,7 @@ package Net::GitHub;
use Any::Moose;
use Net::GitHub::V3;
-our $VERSION = '0.55';
+our $VERSION = '0.56';
our $AUTHORITY = 'cpan:FAYLAND';
sub new {
diff --git a/lib/Net/GitHub/V3/Repos.pm b/lib/Net/GitHub/V3/Repos.pm
index 4a0db69..cfd7ab4 100644
--- a/lib/Net/GitHub/V3/Repos.pm
+++ b/lib/Net/GitHub/V3/Repos.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Repos;
use Any::Moose;
-our $VERSION = '0.53';
+our $VERSION = '0.56';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;