Skip to content

Commit 46abcd0

Browse files
committed
Bump to version 1.1.0
1 parent 1140394 commit 46abcd0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
##v1.1.0
4+
*2013-05-29*
5+
6+
[\[13 commits\]](https://github.com/chrishunt/github-auth/compare/v1.0.0...v1.1.0)
7+
8+
- Add link to user's GitHub profile as comment on SSH keys
9+
- Add VPN/tunneling solutions to README
10+
- Add CHANGELOG
11+
312
##v1.0.0
413
*2013-05-18*
514

lib/github/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Github
22
module Auth
3-
VERSION = "1.0.0"
3+
VERSION = "1.1.0"
44
end
55
end

0 commit comments

Comments
 (0)