diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b905cdec..c026ca43 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,6 +5,10 @@ This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. +== 2.0.0.rc2 (2021-01-07) - @slonopotamus + +* Fix release workflow + == 2.0.0.rc1 (2021-01-07) - @slonopotamus * Modify `mentos.py` to run on Python 3.x instead of Python 2.7 diff --git a/lib/pygments/version.rb b/lib/pygments/version.rb index 53dfac28..4b9738f4 100644 --- a/lib/pygments/version.rb +++ b/lib/pygments/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Pygments - VERSION = '2.0.0.rc1' + VERSION = '2.0.0.rc2' end