We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58b81c2 + 682a19c commit b340c6cCopy full SHA for b340c6c
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+##v3.0.2
4
+*2014-01-19*
5
+
6
+[\[22 commits\]](https://github.com/chrishunt/github-auth/compare/v3.0.1...v3.0.2)
7
8
+- [Remove Gemfile.lock from repo, update all gems](https://github.com/chrishunt/github-auth/pull/27)
9
+- [Mute specs](https://github.com/chrishunt/github-auth/pull/28)
10
11
##v3.0.1
12
*2013-10-25*
13
lib/github/auth/version.rb
@@ -1,5 +1,5 @@
module Github
module Auth
- VERSION = "3.0.1"
+ VERSION = "3.0.2"
end
0 commit comments