Skip to content

Commit

Permalink
💎 bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Nov 27, 2017
1 parent b5becff commit fb467aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.6.2 - 2017-11-27

### Changed

* Only report basename in usage [#1131](https://github.com/github/markup/pull/1131)
* rest2html parameter signature fix [#1082](https://github.com/github/markup/pull/1082)

## 1.6.1 - 2017-07-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/github-markup.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module GitHub
module Markup
VERSION = '1.6.1'
VERSION = '1.6.2'
Version = VERSION
end
end

0 comments on commit fb467aa

Please sign in to comment.