We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0ac88 commit 47f6a46Copy full SHA for 47f6a46
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [README.md](README.md) for details.
4
5
-## 1.12.next / unreleased
+## 1.12.5 / 2021-09-27
6
7
### Security
8
lib/nokogiri/version/constant.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module Nokogiri
# The version of Nokogiri you are using
- VERSION = "1.12.4"
+ VERSION = "1.12.5"
end
0 commit comments