Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Jul 11, 2016
1 parent 0c652b3 commit 4da7e25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
= Changelog

== 1.8.0

* Added missing `description` attribute to `Postmark::Bounce` #50.
* Restricted `rake` dependency to `< 11.0.0` for Ruby < 1.9 via gemspec.
* Restricted `json` dependency to `< 2.0.0` for Ruby < 2.0 via gemspec.

== 1.7.1

* Explicitly set TLS version used by the client.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.8.0
2 changes: 1 addition & 1 deletion lib/postmark/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Postmark
VERSION = '1.7.1'
VERSION = '1.8.0'
end

0 comments on commit 4da7e25

Please sign in to comment.