From 3b28b4983cec770f463e17ab2caf46ec823cd7e2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 29 Dec 2024 14:12:28 -0500 Subject: [PATCH] version bump to v1.18.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 7e4d4f8ef3..e7eaf1f7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## v1.18.1 / unreleased +## v1.18.1 / 2024-12-29 ### Fixed diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 8a6fe62f17..b5422ea479 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.18.0" + VERSION = "1.18.1" end