Skip to content

Commit 8732d9f

Browse files
authored
Merge pull request #89 from sendwithus/version-4.4.0
Release version 4.4.0
2 parents ed44e54 + 49d47cb commit 8732d9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.4.0
2+
- **[#88](https://github.com/sendwithus/sendwithus_ruby/pull/88) Fix problematic `render` implementation.** `template_data` serves two purposes, defining template data and specifying the optional API parameter for `locale`. Previously, `locale` would be stripped out of `template_data` in the API request, preventing users from specifying variables named `locale` in their own template data.
3+
14
## 4.3.0
25
- Add optional `preheader` and `amp_html` fields to template calls
36

lib/send_with_us/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SendWithUs
2-
VERSION = '4.3.0'
2+
VERSION = '4.4.0'
33
end

0 commit comments

Comments
 (0)