diff --git a/CHANGELOG.md b/CHANGELOG.md index 6503e2f2..49555687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.4.0 + - [Bump redcarpet to 3.5.1 to fix CVE-2020-26298](https://github.com/alphagov/tech-docs-gem/pull/226) - [#238: Move the aria-expanded attribute to the correct element](https://github.com/alphagov/tech-docs-gem/pull/238) - [#240: Update menu html structure so it's one single hierarchical list](https://github.com/alphagov/tech-docs-gem/pull/240) diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index 28b09510..7ed6b92e 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "2.3.0".freeze + VERSION = "2.4.0".freeze end