Skip to content

Commit

Permalink
version bump to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 2, 2021
1 parent 4baf430 commit 8cafcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 8cafcee

Please sign in to comment.