Skip to content

Commit a48c305

Browse files
committed
version bump to v1.11.6
and update CHANGELOG
1 parent d7b58c3 commit a48c305

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7-
## 1.11.6 / unreleased
7+
## 1.11.6 / 2021-05-26
88

99
### Fixed
1010

11-
* [CRuby] `DocumentFragment#xpath` checks for error case introduced in libxml > 2.9.10. In v1.11.4 and v1.11.5, calling `DocumentFragment#path` results in a segfault.
11+
* [CRuby] `DocumentFragment#path` now does proper error-checking to handle behavior introduced in libxml > 2.9.10. In v1.11.4 and v1.11.5, calling `DocumentFragment#path` could result in a segfault.
1212

1313

1414
## 1.11.5 / 2021-05-19

lib/nokogiri/version/constant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Nokogiri
33
# The version of Nokogiri you are using
4-
VERSION = "1.11.5"
4+
VERSION = "1.11.6"
55
end

0 commit comments

Comments
 (0)