diff --git a/HISTORY.md b/HISTORY.md index b42ecbe6..ecb6c52b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.0.1 - 2018-06-29 + +* Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165) + ## 2.0.0 - 2018-01-31 * Remove filesystem access [#1157](https://github.com/github/markup/pull/1157) diff --git a/lib/github-markup.rb b/lib/github-markup.rb index bb6e258a..f29810cf 100644 --- a/lib/github-markup.rb +++ b/lib/github-markup.rb @@ -1,6 +1,6 @@ module GitHub module Markup - VERSION = '2.0.0' + VERSION = '2.0.1' Version = VERSION end end