|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
5 | | -## [Unreleased][unreleased] |
| 5 | +## Unreleased |
| 6 | +- [Compare to latest release][unreleased] |
| 7 | + |
| 8 | +## [1.1.1] - 2016-04-08 |
| 9 | +### Fixed |
| 10 | +- [#99](https://github.com/SparkPost/python-sparkpost/pull/99) Issue where inline images were always passed to the API, which in turn required HTML content |
6 | 11 |
|
7 | 12 | ## [1.1.0] - 2016-03-30 |
8 | 13 | ### Added |
9 | | -- Better extensibility with support for Tornado |
10 | | -- Support for inline images |
11 | | -- Support for specifying IP pool |
| 14 | +- [#94](https://github.com/SparkPost/python-sparkpost/pull/94) Better extensibility with support for Tornado |
| 15 | +- [#95](https://github.com/SparkPost/python-sparkpost/pull/95) Support for CSS inlining |
| 16 | +- [#98](https://github.com/SparkPost/python-sparkpost/pull/98) Support for inline images |
| 17 | +- [#98](https://github.com/SparkPost/python-sparkpost/pull/98) Support for specifying IP pool |
12 | 18 |
|
13 | 19 | ### Fixed |
14 | | -- Issue where substitution data was being improperly passed to the templates preview endpoint |
15 | | -- Issue where Django backend was not properly base64 encoding attachments |
| 20 | +- [#97](https://github.com/SparkPost/python-sparkpost/pull/97) Issue where substitution data was being improperly passed to the templates preview endpoint |
| 21 | +- [#91](https://github.com/SparkPost/python-sparkpost/pull/91) Issue where Django backend was not properly base64 encoding attachments |
16 | 22 |
|
17 | 23 | ## [1.0.5] - 2016-03-18 |
18 | 24 | ### Fixed |
19 | | -- Issue where global Django settings object was being modified, causing mixed emails |
| 25 | +- [#89](https://github.com/SparkPost/python-sparkpost/pull/89) Issue where global Django settings object was being modified, causing mixed emails |
20 | 26 |
|
21 | 27 | ## [1.0.4] - 2016-03-10 |
22 | 28 | ### Added |
@@ -75,7 +81,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). |
75 | 81 | - Metrics class for getting a list of campaigns and domains |
76 | 82 | - Docs on readthedocs.org |
77 | 83 |
|
78 | | -[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.1.0...HEAD |
| 84 | +[unreleased]: https://github.com/sparkpost/python-sparkpost/compare/v1.1.1...HEAD |
| 85 | +[1.1.1]: https://github.com/sparkpost/python-sparkpost/compare/v1.1.0...v1.1.1 |
79 | 86 | [1.1.0]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.5...v1.1.0 |
80 | 87 | [1.0.5]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.4...v1.0.5 |
81 | 88 | [1.0.4]: https://github.com/sparkpost/python-sparkpost/compare/v1.0.3...v1.0.4 |
|
0 commit comments