Skip to content

Commit

Permalink
Add details about version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Nov 11, 2022
1 parent 58f94e2 commit f9496fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.1 2022-09-12

* [Support to decode part in EmailSpec::MailExt#default_part_body](https://github.com/email-spec/email-spec/pull/211)
* [Drop rubyforge_project from gemspec](https://github.com/email-spec/email-spec/pull/215)
* [Avoid eagerly loading ActionMailer::Base](https://github.com/email-spec/email-spec/pull/219)
* [README: use SVG badges](https://github.com/email-spec/email-spec/pull/217)

## 2.2.0 2018-04-03

* Support for `spinach` (@pedantic-git)
Expand Down
4 changes: 3 additions & 1 deletion lib/email_spec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module EmailSpec
VERSION = '2.2.0'
VERSION = "2.2.1"
end

0 comments on commit f9496fc

Please sign in to comment.