diff --git a/CHANGELOG.md b/CHANGELOG.md index 314b585e79..07b047135c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## v1.16.next / unreleased +## v1.16.2 / 2024-02-04 ### Security diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 12b959b00c..e4eef7edb6 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -2,5 +2,5 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = "1.16.1" + VERSION = "1.16.2" end