Skip to content

Commit

Permalink
bump version to 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrishko committed Oct 7, 2024
1 parent 248db41 commit f17a768
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.2.15] - 2024-02-13

### Fixed

- Remove Openstruct usage (- Remove OpenStruct usage, will warn in Ruby 3.4, raise in Ruby 3.5 (https://github.com/mailgun/mailgun-ruby/issues/321)).
- Error handling (- Work around error responses without message property (https://github.com/mailgun/mailgun-ruby/pull/324)).

## [1.2.14] - 2024-02-13

### Added
Expand Down
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.14'
gem 'mailgun-ruby', '~>1.2.15'
```

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.14'
VERSION = '1.2.15'
end

0 comments on commit f17a768

Please sign in to comment.