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 4dd6f26 commit e0cfd3aCopy full SHA for e0cfd3a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+##v1.2.0
4
+*2013-08-20*
5
+
6
+[\[18 commits\]](https://github.com/chrishunt/github-auth/compare/v1.1.0...v1.2.0)
7
8
+- [Add a newline at the very end of the keys file](https://github.com/chrishunt/github-auth/pull/9)
9
+- [Fix RSpec deprecation warnings](https://github.com/chrishunt/github-auth/pull/11)
10
+- [Add gem versions to gemspec](https://github.com/chrishunt/github-auth/commit/1296e2ebd4e4e13d80775c81ec8ca2ac3710d20c)
11
12
##v1.1.0
13
*2013-05-29*
14
lib/github/auth/version.rb
@@ -1,5 +1,5 @@
module Github
module Auth
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments