From 3399e1649bbe904863e9d949a4814291e794948a Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 30 Jun 2021 10:26:58 -0400 Subject: [PATCH] version bump to v1.12.0.rc1 --- CHANGELOG.md | 7 ++++++- lib/nokogiri/version/constant.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1426763ffb..f231b315bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## next / unreleased +## 1.12.0 / unreleased + +Prereleases: + +- 1.12.0.rc1 / 2021-07-09 + ### Notable Addition: HTML5 Support (CRuby only) diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 4ecf2ca1afc..7ef63f5a4d4 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.11.7" + VERSION = "1.12.0.rc1" end