diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 519dad71..1bc8c132 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,7 +5,7 @@ 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. -== Unreleased +== 2.2.0 (2021-03-18) - @slonopotamus * Add support for custom lexers ({uri-repo}/pull/187[#187]) * Update Pygments to 2.8.1 diff --git a/lib/pygments/version.rb b/lib/pygments/version.rb index f596628a..ce1e5b2d 100644 --- a/lib/pygments/version.rb +++ b/lib/pygments/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Pygments - VERSION = '2.1.0' + VERSION = '2.2.0' end