From e99416896a182bc520a7940bbe286ec33597ab2b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 3 Feb 2024 11:01:01 -0500 Subject: [PATCH] version bump to v1.16.1 --- 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 1aa72ddbf5..1f98216c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## v1.16.next / unreleased +## v1.16.1 / 2024-02-03 ### Dependencies diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index b53357a43b..12b959b00c 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.16.0" + VERSION = "1.16.1" end