Skip to content

Commit

Permalink
update version to 1.2.3 (#224)
Browse files Browse the repository at this point in the history
* DE-73: default content-type (#216)

* DE-73: default content-type

* DE-73: refactor

* DE-62: reset recipient_variables (#218)

* DE-64: set single track opens-clicks (#219)

* DE-67: accept frozen mailgun options to message body (#221)

* DE-71: fix parse addres when full_name is nil (#222)

* update gem version

* fixes batch add unsubscribes and adds test (#187)

* update version to 1.2.3

Co-authored-by: Lukas Barry <LukasBBarry@gmail.com>
  • Loading branch information
Petro Smachylo and LukasBarry authored Mar 2, 2021
1 parent d21d6c3 commit e8717b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem install mailgun-ruby
Gemfile:

```ruby
gem 'mailgun-ruby', '~>1.2.1'
gem 'mailgun-ruby', '~>1.2.3'
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/mailgun/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# It's the version. Yeay!
module Mailgun
VERSION = '1.2.1'
VERSION = '1.2.3'
end

0 comments on commit e8717b3

Please sign in to comment.