diff --git a/CHANGELOG.md b/CHANGELOG.md index a07e807b96..7a7c223502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# 1.8.3 / 2018-06-16 ## Security Notes diff --git a/lib/nokogiri/version.rb b/lib/nokogiri/version.rb index de96be9b7c..580c6a2b1c 100644 --- a/lib/nokogiri/version.rb +++ b/lib/nokogiri/version.rb @@ -1,6 +1,6 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = '1.8.2' + VERSION = '1.8.3' class VersionInfo # :nodoc: def jruby?