Skip to content

Commit

Permalink
Merge pull request #353 from alphagov/version_8.4.1
Browse files Browse the repository at this point in the history
Release version 8.4.1
  • Loading branch information
hannako authored Oct 10, 2024
2 parents 4705d77 + f7c08c0 commit 6a36feb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 8.4.1
* Do not pin version of govuk_publishing_components

## 8.4.0

* Drop support for Ruby 3.0. The minimum required Ruby version is now 3.1.4.
Expand Down
2 changes: 1 addition & 1 deletion govspeak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library for use in the UK Government Single Domain project'

s.add_dependency "actionview", ">= 6", "< 7.2.2"
s.add_dependency "addressable", ">= 2.3.8", "< 2.8.8"
s.add_dependency "govuk_publishing_components", ">= 35.1", "< 44.0.1"
s.add_dependency "govuk_publishing_components", ">= 35.1"
s.add_dependency "htmlentities", "~> 4"
s.add_dependency "i18n", ">= 0.7", "< 1.14.7"
s.add_dependency "kramdown", ">= 2.3.1", "< 2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/govspeak/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Govspeak
VERSION = "8.4.0".freeze
VERSION = "8.4.1".freeze
end

0 comments on commit 6a36feb

Please sign in to comment.