From 1580121eeae3c1f266c4012d22d61314aa3202b7 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 13 Feb 2023 12:04:10 -0500 Subject: [PATCH] version bump to v1.14.2 --- 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 df9031db11b..2981f55e3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## 1.14.next / unreleased +## 1.14.2 / 2023-02-13 ### Fixed diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 0f56300cba2..12f1de464c4 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -2,5 +2,5 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = "1.14.1" + VERSION = "1.14.2" end