From 8cafcee8e2a9b13da93c80d28f1f35062eeae45f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 2 Aug 2021 13:02:56 -0400 Subject: [PATCH] version bump to v1.12.0 --- CHANGELOG.md | 7 +------ lib/nokogiri/version/constant.rb | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f231b315bb..4dd898d3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## 1.12.0 / unreleased - -Prereleases: - -- 1.12.0.rc1 / 2021-07-09 - +## 1.12.0 / 2021-08-02 ### Notable Addition: HTML5 Support (CRuby only) diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 7ef63f5a4d..0c3a96cdfe 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nokogiri # The version of Nokogiri you are using - VERSION = "1.12.0.rc1" + VERSION = "1.12.0" end