Skip to content

Commit

Permalink
Bump, changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Mar 24, 2013
1 parent 27499b2 commit d61cba1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

# 1.24.0

* Missing issues methods, thanks [@andrew](https://github.com/andrew)
* Don't bypass SSL verification

View [the full changelog][1.24.0].
[1.24.0]: https://github.com/pengwynn/octokit/compare/v1.23.0...v1.24.0

# 1.23.0

* [Meta API][]
Expand Down
2 changes: 1 addition & 1 deletion lib/octokit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Octokit
VERSION = "1.23.0" unless defined?(Octokit::VERSION)
VERSION = "1.24.0" unless defined?(Octokit::VERSION)
end

0 comments on commit d61cba1

Please sign in to comment.