diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5c718c26d..3908fdee51e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## next / unreleased +## 1.13.10 / 2022-12-07 + +### Security + +* [CRuby] Address CVE-2022-23476, unchecked return value from `xmlTextReaderExpand`. See [GHSA-qv4q-mr5r-qprj](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-qv4q-mr5r-qprj) for more information. + ### Improvements diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index d06e7a95341..7280b062fc8 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.13.9" + VERSION = "1.13.10" end