diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ff73636..5b9e01830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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][] diff --git a/lib/octokit/version.rb b/lib/octokit/version.rb index 80f545354..d247e511d 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -1,3 +1,3 @@ module Octokit - VERSION = "1.23.0" unless defined?(Octokit::VERSION) + VERSION = "1.24.0" unless defined?(Octokit::VERSION) end