Skip to content

Commit 254f341

Browse files
committed
version bump to v1.8.4
1 parent 056f66d commit 254f341

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# unreleased
1+
# 1.8.4 / 2018-07-03
22

33
## Bug fixes
44

5-
* [MRI] Fix memory leak when creating nodes with namespaces. [#1771]
5+
* [MRI] Fix memory leak when creating nodes with namespaces. (Introduced in v1.5.7) [#1771]
66

77

88
# 1.8.3 / 2018-06-16

lib/nokogiri/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Nokogiri
22
# The version of Nokogiri you are using
3-
VERSION = '1.8.3'
3+
VERSION = '1.8.4'
44

55
class VersionInfo # :nodoc:
66
def jruby?

0 commit comments

Comments
 (0)