From 9452527a7584f2d8bdd1239d9ab1e06672beabb0 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 2 Dec 2024 15:21:14 -0500 Subject: [PATCH] version bump to v1.15.7 --- 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 eda1c407b0b..c29051f3cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## next / unreleased +## 1.15.7 / 2024-12-02 ### Fixed diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 551320e5001..4f8054367f2 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.6" + VERSION = "1.15.7" end