|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [2.1.1] - 2017-07-17 |
| 6 | + |
5 | 7 | ### Added
|
6 | 8 | - Adds upgrade guide and link to readme [`158742412c`](https://github.com/coconutcraig/laravel-postmark/commit/158742412c)
|
7 | 9 | - Adds tag link for laravel 5.4 support [`a4b8c64f5c`](https://github.com/coconutcraig/laravel-postmark/commit/a4b8c64f5c)
|
8 | 10 |
|
9 | 11 | ### Removed
|
| 12 | +- Removes redundant getFrom method and test [`81c555b9af`](https://github.com/coconutcraig/laravel-postmark/commit/81c555b9af) |
10 | 13 | - Removes line forgotten from previous upgrade guide [`4910872bbe`](https://github.com/coconutcraig/laravel-postmark/commit/4910872bbe)
|
11 | 14 |
|
12 |
| -## [2.1.0] |
| 15 | +### Updated |
| 16 | +- Updates docblocks [`e3af135c8f`](https://github.com/coconutcraig/laravel-postmark/commit/e3af135c8f) |
| 17 | + |
| 18 | +## [2.1.0] - 2017-07-17 |
13 | 19 |
|
14 | 20 | ### Updated
|
15 | 21 | - Adds support table to readme [`1f6f85b0c0`](https://github.com/coconutcraig/laravel-postmark/commit/1f6f85b0c0)
|
16 | 22 | - Add support for Laravel 5.5. [`d29cdb46f6`](https://github.com/coconutcraig/laravel-postmark/commit/d29cdb46f6)
|
17 | 23 |
|
18 |
| -## [2.0.0] |
| 24 | +## [2.0.0] - 2017-07-17 |
19 | 25 |
|
20 | 26 | ### Added
|
21 | 27 | - Adds upgrade instructions from v1 to v2 [`a3450dde6f`](https://github.com/coconutcraig/laravel-postmark/commit/a3450dde6f)
|
|
29 | 35 | ### Updated
|
30 | 36 | - Using helper method instead of static access to class 'Arr' [`c891f714c9`](https://github.com/coconutcraig/laravel-postmark/commit/c891f714c9)
|
31 | 37 |
|
32 |
| -## [1.1.5] |
| 38 | +## [1.1.5] - 2017-07-02 |
33 | 39 |
|
34 | 40 | ### Updated
|
35 | 41 | - Set X-PM-Message-Id into swift message headers [`a7a744d53a`](https://github.com/coconutcraig/laravel-postmark/commit/a7a744d53a)
|
36 | 42 | - Updates minor code styling [`8dfb904663`](https://github.com/coconutcraig/laravel-postmark/commit/8dfb904663)
|
37 | 43 |
|
38 |
| -## [1.1.4] |
| 44 | +## [1.1.4] - 2017-05-24 |
39 | 45 |
|
40 | 46 | ### Fixed
|
41 | 47 |
|
42 | 48 | - Adds check to make sure we only attach swift attachments [`e3a4c7b86b`](https://github.com/coconutcraig/laravel-postmark/commit/e3a4c7b86b)
|
43 | 49 |
|
44 |
| -## [1.1.3] |
| 50 | +## [1.1.3] - 2017-05-24 |
45 | 51 |
|
46 | 52 | ### Fixed
|
47 | 53 |
|
48 | 54 | - Fixes bug with getting filename [`3a03b6f8eb`](https://github.com/coconutcraig/laravel-postmark/commit/3a03b6f8eb)
|
49 | 55 |
|
50 |
| -## [1.1.2] |
| 56 | +## [1.1.2] - 2017-05-24 |
51 | 57 |
|
52 | 58 | ### Added
|
53 | 59 |
|
54 | 60 | - Adds attachment handling [`24d9e889bb`](https://github.com/coconutcraig/laravel-postmark/commit/24d9e889bb)
|
55 | 61 |
|
56 |
| -## [1.1.1] |
| 62 | +## [1.1.1] - 2017-05-23 |
57 | 63 |
|
58 | 64 | ### Added
|
59 | 65 |
|
60 | 66 | - Adds reply to header override [`71695a1829`](https://github.com/coconutcraig/laravel-postmark/commit/71695a1829)
|
61 | 67 |
|
62 |
| -## [1.1.0] |
| 68 | +## [1.1.0] - 2017-05-17 |
63 | 69 |
|
64 | 70 | ### Changed
|
65 | 71 | - Separates out addresses into proper fields [`ddbe313660`](https://github.com/coconutcraig/laravel-postmark/commit/ddbe313660)
|
|
96 | 102 | ### Added
|
97 | 103 | - Adds package skeleton [`2f6fe84bcc`](https://github.com/coconutcraig/laravel-postmark/commit/2f6fe84bcc)
|
98 | 104 |
|
99 |
| -[Unreleased]: https://github.com/coconutcraig/laravel-postmark/compare/v2.1.0...HEAD |
| 105 | +[Unreleased]: https://github.com/coconutcraig/laravel-postmark/compare/v2.1.1...HEAD |
| 106 | +[2.1.1]: https://github.com/coconutcraig/laravel-postmark/compare/v2.1.0...v2.1.1 |
100 | 107 | [2.1.0]: https://github.com/coconutcraig/laravel-postmark/compare/v2.0.0...v2.1.0
|
101 | 108 | [2.0.0]: https://github.com/coconutcraig/laravel-postmark/compare/v1.1.5...v2.0.0
|
102 | 109 | [1.1.5]: https://github.com/coconutcraig/laravel-postmark/compare/v1.1.4...v1.1.5
|
|
0 commit comments