From 7ab63106edb578880c3436c0cc9597e271b5dfcd Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 16 Mar 2024 08:58:09 -0400 Subject: [PATCH] version bump to v1.15.6 --- 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 ab8561b6a2..e5d38dac88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## 1.15.next / unreleased +## 1.15.6 / 2024-03-16 ### Security diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 466bef9f82..551320e500 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.15.5" + VERSION = "1.15.6" end