Skip to content

Commit e0cfd3a

Browse files
author
Chris Hunt
committed
Bump to version 1.2.0
1 parent 4dd6f26 commit e0cfd3a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
##v1.1.0
413
*2013-05-29*
514

lib/github/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Github
22
module Auth
3-
VERSION = "1.1.0"
3+
VERSION = "1.2.0"
44
end
55
end

0 commit comments

Comments
 (0)