Skip to content

Commit

Permalink
💎 bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jan 30, 2018
1 parent a73ff6a commit b8b14ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,3 +1,10 @@
## 1.7.0 - 2018-01-30

### Changed

* Updates for Linguist v6 [#1139](https://github.com/github/markup/pull/1139)
* Update to Nokogiri ~> 1.8; drop support for Ruby 2.0 [#1156](https://github.com/github/markup/pull/1156)

## 1.6.2 - 2017-11-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
VERSION = '1.6.2'
VERSION = '1.7.0'
Version = VERSION
end
end

0 comments on commit b8b14ec

Please sign in to comment.