diff --git a/HISTORY.md b/HISTORY.md index 9510aeb..e3815d3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # HEAD +# 1.1.1 + +* Fix Nokogiri autoloading [[#60](https://github.com/pauldix/sax-machine/pull/60)] + # 1.1.0 * Option to use Oga as a SAX handler diff --git a/lib/sax-machine/version.rb b/lib/sax-machine/version.rb index 498e35a..0790776 100644 --- a/lib/sax-machine/version.rb +++ b/lib/sax-machine/version.rb @@ -1,3 +1,3 @@ module SAXMachine - VERSION = "1.1.0" + VERSION = "1.1.1" end