Skip to content

Commit

Permalink
version bump to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 12, 2024
1 parent ffaa44c commit 35ec8c5
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.17.2 / 2024-12-12

### Fixed

* [JRuby] Fixed an issue where `Node#dup` when called with the `new_parent_doc` parameter was not decorating the node with the document's `Node` decorators. [#3372] @flavorjones


## v1.17.1 / 2024-12-10

### 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.17.1"
VERSION = "1.17.2"
end

0 comments on commit 35ec8c5

Please sign in to comment.