Skip to content

Commit

Permalink
Merge pull request #611 from alphagov/version-12-5-0
Browse files Browse the repository at this point in the history
Bump to version 12.5.0
  • Loading branch information
thomasleese authored Nov 8, 2018
2 parents db35a3a + 97d799d commit 7e4e28d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## 12.5.0

* Add a hidden 'Maybe' option to the feedback component. (PR #608)

## 12.4.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (12.4.0)
govuk_publishing_components (12.5.0)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = '12.4.0'.freeze
VERSION = '12.5.0'.freeze
end

0 comments on commit 7e4e28d

Please sign in to comment.