Skip to content

Commit

Permalink
Chnage release version, add changelog (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petro Smachylo authored Oct 22, 2023
1 parent 9d5fb9e commit 18af775
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.2.12] - 2023-10-22

### Added

- Templates CRUD support (https://github.com/mailgun/mailgun-ruby/pull/300).

### Fixed

- transform_for_mailgun block iteration issue (https://github.com/mailgun/mailgun-ruby/pull/298).
- Typos in several files (https://github.com/mailgun/mailgun-ruby/pull/297).
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.11'
gem 'mailgun-ruby', '~>1.2.12'
```

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.11'
VERSION = '1.2.12'
end

0 comments on commit 18af775

Please sign in to comment.