Skip to content

Commit

Permalink
change release version to 1.2.14, update changelog (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petro Smachylo committed Feb 13, 2024
1 parent bcb5c97 commit 1a2d2dc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.2.14] - 2024-02-13

### Added

- Tags CRUD support (https://github.com/mailgun/mailgun-ruby/pull/316)
- Additional Domain Endpoints (https://github.com/mailgun/mailgun-ruby/pull/314)
- Webhooks Update Method (https://github.com/mailgun/mailgun-ruby/pull/305)
- Add support for AMP HTML (https://github.com/mailgun/mailgun-ruby/pull/304)
- Add support for AMP HTML (https://github.com/mailgun/mailgun-ruby/pull/304)

### Fixed

- Typos in docs, specs (- Add support for AMP HTML (https://github.com/mailgun/mailgun-ruby/pull/304)).

## [1.2.13] - 2023-11-25

### 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.12'
gem 'mailgun-ruby', '~>1.2.14'
```

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.13'
VERSION = '1.2.14'
end

0 comments on commit 1a2d2dc

Please sign in to comment.