diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee1001256..06bb152afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 16.10.1 - Enforce compatibility with deprecated packages for media print stylesheet (PR #815) diff --git a/Gemfile.lock b/Gemfile.lock index 71883a2b06..901bdfc905 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (16.10.0) + govuk_publishing_components (16.10.1) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit @@ -330,5 +330,8 @@ DEPENDENCIES webmock (~> 3.5.0) yard +RUBY VERSION + ruby 2.6.1p33 + BUNDLED WITH 1.17.3 diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index e447538b03..740db13324 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '16.10.0'.freeze + VERSION = '16.10.1'.freeze end