We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00af646 + c850954 commit 74e61d1Copy full SHA for 74e61d1
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+##v3.1.0
4
+*2014-03-04*
5
+
6
+- [Use Faraday instead of HTTParty](https://github.com/chrishunt/github-auth/pull/31)
7
+- [Update gems](https://github.com/chrishunt/github-auth/pull/32)
8
9
##v3.0.2
10
*2014-01-19*
11
lib/github/auth/version.rb
@@ -1,5 +1,5 @@
module Github
module Auth
- VERSION = "3.0.2"
+ VERSION = "3.1.0"
end
0 commit comments