Skip to content

Commit b45e2a6

Browse files
committed
update version
1 parent c44d43b commit b45e2a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.0 / 2015-08-19
2+
3+
* [FEATURE] For GitHub streaks longer than 1 year, GithubStats::User#streak and #longest_streak poll GitHub for the accurate streak size. The resulting array is left-padded with -1 entries for days with no known score
4+
15
# 1.0.1 / 2015-07-16
26

37
* [ENHANCEMENT] Replace instance_eval with define_singleton_method for dynamic method passing

lib/githubstats/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
22
# Define the version
33
module GithubStats
4-
VERSION = '1.0.1'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)