We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00af646 commit c850954Copy full SHA for c850954
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