Skip to content

Commit 47f6a46

Browse files
committed
version bump to v1.12.5
1 parent 2a0ac88 commit 47f6a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [README.md](README.md) for details.
44

5-
## 1.12.next / unreleased
5+
## 1.12.5 / 2021-09-27
66

77
### Security
88

lib/nokogiri/version/constant.rb

+1-1
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.12.4"
4+
VERSION = "1.12.5"
55
end

0 commit comments

Comments
 (0)