Skip to content

Commit

Permalink
Bump version to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balvig committed Oct 11, 2023
1 parent 8bcd994 commit 159ec25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Changelog

== 1.25.0
* Add support for https://postmarkapp.com/developer/api/data-removals-api

== 1.24.1
* Fixed support for text/calendar attachments by using content_type instead of mime_type.
* Added missing fields to Bounce
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.1
1.25.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.24.1'
VERSION = '1.25.0'
end

0 comments on commit 159ec25

Please sign in to comment.