Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Oct 16, 2018
1 parent ef8bb60 commit 36d38d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
@@ -1,3 +1,19 @@
# 2.6.0

* Added `api_host` option for EU region (thanks @drummerroma and @markoudev)

* Added Mailgunner::Client#get_all_ips method

* Added Mailgunner::Client#get_ip method

* Added Mailgunner::Client#get_ips method

* Added Mailgunner::Client#add_ip method

* Added Mailgunner::Client#delete_ip method

* Removed legacy campaign methods

# 2.5.0

* Fixed compatibility with mail v2.6.6+ (#13)
Expand Down
2 changes: 1 addition & 1 deletion lib/mailgunner/version.rb
@@ -1,3 +1,3 @@
module Mailgunner
VERSION = '2.5.0'
VERSION = '2.6.0'
end

0 comments on commit 36d38d9

Please sign in to comment.