From 1c1fba5e34bf620d83e96fb9dcbd7393c05a03e5 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 3 Jan 2021 22:56:34 -0500 Subject: [PATCH] version bump to v1.11.0 --- CHANGELOG.md | 11 +---------- lib/nokogiri/version/constant.rb | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dc0477e0..8159dec6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## Unreleased (will be v1.11.0) - -Latest is `v1.11.0.rc4` (2020-12-29). To try out release candidates, use `gem install --prerelease` or `gem install nokogiri -v1.11.0.rc4` - -If you're using bundler, try updating your Gemfile with: - -``` ruby -gem "nokogiri", "~> 1.11.0.rc4" -``` - +## v1.11.0 / 2021-01-03 ### Notes diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index d33b1a0bb6..9de9916c4e 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.0.rc4" + VERSION = "1.11.0" end