diff --git a/HISTORY.md b/HISTORY.md index a6c31006..97f3e825 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 3.0.0 - 2018-10-18 + +* Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236) +* Symlink option is now a keyword arg [#1236](https://github.com/github/markup/pull/1236) + ## 2.0.2 - 2018-10-15 * Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235) diff --git a/lib/github-markup.rb b/lib/github-markup.rb index f39d32a7..cb58c742 100644 --- a/lib/github-markup.rb +++ b/lib/github-markup.rb @@ -1,6 +1,6 @@ module GitHub module Markup - VERSION = '2.0.2' + VERSION = '3.0.0' Version = VERSION end end