Skip to content

Commit

Permalink
Release 💎 v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Oct 25, 2016
1 parent 23e743d commit a8a64be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## HEAD
## 2.2.0 / 2016-10-25

### Minor Enhancements

* If a user provides bad credentials, throw an error. (#75)

### Bug Fixes

* Add `MetadataDrop#to_s` which outputs pretty JSON representation (#78)
* Lock Octokit to v4.3.0 (#79)
* Revert "Lock Octokit to v4.3.0", but disallow v4.4.0 (#81)

### Minor Enhancements

* If a user provides bad credentials, throw an error. (#75)

## 2.1.1 / 2016-10-07

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-github-metadata/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module GitHubMetadata
VERSION = "2.1.1".freeze
VERSION = "2.2.0".freeze
end
end

0 comments on commit a8a64be

Please sign in to comment.