Skip to content

Commit 0a6681e

Browse files
committed
version bump to v1.11.7
1 parent de0844c commit 0a6681e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

55
---
66

7-
## 1.11.7 / unreleased
7+
## 1.11.7 / 2021-06-02
88

99
* [CRuby] Backporting an upstream fix to XPath recursion depth limits which impacted some users of complex XPath queries. This issue is present in libxml 2.9.11 and 2.9.12. [[#2257](https://github.com/sparklemotion/nokogiri/issues/2257)]
1010

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.6"
4+
VERSION = "1.11.7"
55
end

0 commit comments

Comments
 (0)