Skip to content

Commit 4c80121

Browse files
committed
version bump to v1.13.10
1 parent 85410e3 commit 4c80121

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7-
## next / unreleased
7+
## 1.13.10 / 2022-12-07
8+
9+
### Security
10+
11+
* [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.
12+
813

914
### Improvements
1015

lib/nokogiri/version/constant.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Nokogiri
44
# The version of Nokogiri you are using
5-
VERSION = "1.13.9"
5+
VERSION = "1.13.10"
66
end

0 commit comments

Comments
 (0)