diff --git a/CHANGELOG.md b/CHANGELOG.md index 157739b9..28c1a93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 2.2.3 + +* raise MissingDependencyError instead of aborting on missing dependency [#241](https://github.com/jch/html-pipeline/pull/241) +* Fix typo [#239](https://github.com/jch/html-pipeline/pull/239) +* Test against Ruby 2.3.0 on Travis CI [#238](https://github.com/jch/html-pipeline/pull/238) +* use travis containers [#237](https://github.com/jch/html-pipeline/pull/237) + ## 2.2.2 * Fix for calling mention_link_filter with only one argument [#230](https://github.com/jch/html-pipeline/pull/230) diff --git a/lib/html/pipeline/version.rb b/lib/html/pipeline/version.rb index 62c27488..527f1517 100644 --- a/lib/html/pipeline/version.rb +++ b/lib/html/pipeline/version.rb @@ -1,5 +1,5 @@ module HTML class Pipeline - VERSION = "2.2.2" + VERSION = "2.2.3" end end