Skip to content

Commit fd3ca2e

Browse files
committed
version bump to v1.18.3
1 parent a8c526a commit fd3ca2e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

55
---
66

7+
## v1.18.3 / 2025-02-18
8+
9+
### Security
10+
11+
* [CRuby] Vendored libxml2 is updated [v2.13.6](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6) to address CVE-2025-24928 and CVE-2024-56171. Nokogiri's maintainers believe these vulnerabilities do not affect users of Nokogiri, but we advise upgrading at your earliest convenience anyway.
12+
13+
714
## v1.18.2 / 2024-01-19
815

916
### Fixed

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.18.2"
5+
VERSION = "1.18.3"
66
end

0 commit comments

Comments
 (0)