Skip to content

Commit 3f47c27

Browse files
committed
Set version 2.0.0
- Version 2.0.0 rewrites most of the gem, without altering the API - The gem no longer prepends code in ActionMailer - Previews are now 100% supported in Rails, but will require a Notify API key - The preview layout has been updated and uses the Tudor Crown
1 parent 13e4995 commit 3f47c27

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/mail/notify/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Mail
44
module Notify
5-
VERSION = "1.2.0"
5+
VERSION = "2.0.0"
66
end
77
end

mail-notify.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require "mail/notify/version"
77
Gem::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

0 commit comments

Comments
 (0)