File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog]
66
77## [ Unreleased]
88
9+ ## [ 2.0.0] - 2024-04-01
10+
11+ - Version 2.0.0 rewrites most of the gem, without altering the API
12+ - The gem no longer prepends code in ActionMailer
13+ - Previews are now 100% supported in Rails, but will require a Notify API key
14+ - The preview layout has been updated and uses the Tudor Crown
15+ - This version fixes a bug that meant not all Rails preview functionality would
16+ work
17+ - This version fixes a bug that meant no Rails preview functionality would work
18+ from version 7.1.0 onwards
19+
920## [ 1.2.0] - 2023-04-28
1021
1122- Requiring Ruby 2.7.8
@@ -71,7 +82,10 @@ The format is based on [Keep a Changelog]
7182
7283- Initial release
7384
74- [ unreleased ] : https://github.com/DFE-Digital/dfe-teachers-payment-service/compare/1.0.3...HEAD
85+ [ unreleased ] : https://github.com/dxw/mail-notify/compare/2.0.0...HEAD
86+ [ 2.0.0] : https://github.com/dxw/mail-notify/compare/1.2.0...2.0.0
87+ [ 1.2.0] : https://github.com/dxw/mail-notify/compare/1.1.0...1.2.0
88+ [ 1.1.0] : https://github.com/dxw/mail-notify/compare/1.0.5...1.1.0
7589[ 1.0.5 ] : https://github.com/dxw/mail-notify/compare/1.0.4...1.0.5
7690[ 1.0.4 ] : https://github.com/dxw/mail-notify/compare/1.0.3...1.0.4
7791[ 1.0.3 ] : https://github.com/dxw/mail-notify/compare/1.0.2...1.0.3
Original file line number Diff line number Diff line change 22
33module Mail
44 module Notify
5- VERSION = "1.2 .0"
5+ VERSION = "2.0 .0"
66 end
77end
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ require "mail/notify/version"
77Gem ::Specification . new do |spec |
88 spec . name = "mail-notify"
99 spec . version = Mail ::Notify ::VERSION
10- spec . authors = [ "Stuart Harrison" ]
10+ spec . authors = [ "Stuart Harrison" , "Meyric Rawlings" ]
1111 spec . email = [ "pezholio@gmail.com" ]
1212
13- spec . summary = "ActionMailer support for the GOV.UK Notify API "
13+ spec . summary = "Rails plugin, send and preview email with GOV.UK Notify"
1414 spec . homepage = "https://github.com/dxw/mail-notify"
1515 spec . license = "MIT"
1616
You can’t perform that action at this time.
0 commit comments