You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased][unreleased]
6
6
7
+
## [2.0.1] - 2016-06-29
8
+
### Fixed
9
+
-[#129](https://github.com/SparkPost/php-sparkpost/pull/129) issue with `content.from` being expected even when using a stored template
10
+
7
11
## [2.0.0] - 2016-06-24
12
+
13
+
This major release included a complete refactor of the library to be a thin HTTP client layer with some sugar methods on the Transmission class. There is now a base resource that can be used to call any SparkPost API with a one to one mapping of payload parameters to what is listed in our API documentation.
14
+
8
15
### Changed
9
16
-[#123](https://github.com/SparkPost/php-sparkpost/pull/123) Rewrote docs and updated composer name
10
17
-[#122](https://github.com/SparkPost/php-sparkpost/pull/122) Add transmission class and examples
@@ -62,7 +69,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
62
69
### Fixed
63
70
- README now has proper code blocks denoting PHP language
0 commit comments