diff --git a/CHANGELOG.md b/CHANGELOG.md index 5378bb54d3..b9aa6fbd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## v1.18.0.rc1 / 2024-12-16 +## v1.18.0 / 2024-12-25 ### Notable Changes diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 427534cfe3..8a6fe62f17 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.rc1" + VERSION = "1.18.0" end