Skip to content

Commit

Permalink
version bump to v1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 18, 2025
1 parent a8c526a commit fd3ca2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA

---

## v1.18.3 / 2025-02-18

### Security

* [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.


## v1.18.2 / 2024-01-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri/version/constant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Nokogiri
# The version of Nokogiri you are using
VERSION = "1.18.2"
VERSION = "1.18.3"
end

0 comments on commit fd3ca2e

Please sign in to comment.