Skip to content

Commit

Permalink
Merge pull request #242 from jch/release-2.2.3
Browse files Browse the repository at this point in the history
Release 2.2.3
  • Loading branch information
jch committed Jan 14, 2016
2 parents 1d8506e + ab40a5e commit b749f68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/html/pipeline/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HTML
class Pipeline
VERSION = "2.2.2"
VERSION = "2.2.3"
end
end

0 comments on commit b749f68

Please sign in to comment.