From 47f6a461fdc3e375b30522259e48569fb578dece Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 27 Sep 2021 14:40:29 -0400 Subject: [PATCH] version bump to v1.12.5 --- CHANGELOG.md | 2 +- lib/nokogiri/version/constant.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec87f5d66..eb08e6414d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [README.md](README.md) for details. -## 1.12.next / unreleased +## 1.12.5 / 2021-09-27 ### Security diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 3aa842cfe1..c6b1a69c42 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nokogiri # The version of Nokogiri you are using - VERSION = "1.12.4" + VERSION = "1.12.5" end