We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1140394 commit 46abcd0Copy full SHA for 46abcd0
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
##v1.0.0
13
*2013-05-18*
14
lib/github/auth/version.rb
@@ -1,5 +1,5 @@
module Github
module Auth
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
0 commit comments