Skip to content

Commit 2b767b0

Browse files
committed
Updates changelog
1 parent 81c555b commit 2b767b0

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CHANGELOG.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@
22

33
## [Unreleased]
44

5+
## [2.1.1] - 2017-07-17
6+
57
### Added
68
- Adds upgrade guide and link to readme [`158742412c`](https://github.com/coconutcraig/laravel-postmark/commit/158742412c)
79
- Adds tag link for laravel 5.4 support [`a4b8c64f5c`](https://github.com/coconutcraig/laravel-postmark/commit/a4b8c64f5c)
810

911
### Removed
12+
- Removes redundant getFrom method and test [`81c555b9af`](https://github.com/coconutcraig/laravel-postmark/commit/81c555b9af)
1013
- Removes line forgotten from previous upgrade guide [`4910872bbe`](https://github.com/coconutcraig/laravel-postmark/commit/4910872bbe)
1114

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
1319

1420
### Updated
1521
- Adds support table to readme [`1f6f85b0c0`](https://github.com/coconutcraig/laravel-postmark/commit/1f6f85b0c0)
1622
- Add support for Laravel 5.5. [`d29cdb46f6`](https://github.com/coconutcraig/laravel-postmark/commit/d29cdb46f6)
1723

18-
## [2.0.0]
24+
## [2.0.0] - 2017-07-17
1925

2026
### Added
2127
- Adds upgrade instructions from v1 to v2 [`a3450dde6f`](https://github.com/coconutcraig/laravel-postmark/commit/a3450dde6f)
@@ -29,37 +35,37 @@
2935
### Updated
3036
- Using helper method instead of static access to class 'Arr' [`c891f714c9`](https://github.com/coconutcraig/laravel-postmark/commit/c891f714c9)
3137

32-
## [1.1.5]
38+
## [1.1.5] - 2017-07-02
3339

3440
### Updated
3541
- Set X-PM-Message-Id into swift message headers [`a7a744d53a`](https://github.com/coconutcraig/laravel-postmark/commit/a7a744d53a)
3642
- Updates minor code styling [`8dfb904663`](https://github.com/coconutcraig/laravel-postmark/commit/8dfb904663)
3743

38-
## [1.1.4]
44+
## [1.1.4] - 2017-05-24
3945

4046
### Fixed
4147

4248
- Adds check to make sure we only attach swift attachments [`e3a4c7b86b`](https://github.com/coconutcraig/laravel-postmark/commit/e3a4c7b86b)
4349

44-
## [1.1.3]
50+
## [1.1.3] - 2017-05-24
4551

4652
### Fixed
4753

4854
- Fixes bug with getting filename [`3a03b6f8eb`](https://github.com/coconutcraig/laravel-postmark/commit/3a03b6f8eb)
4955

50-
## [1.1.2]
56+
## [1.1.2] - 2017-05-24
5157

5258
### Added
5359

5460
- Adds attachment handling [`24d9e889bb`](https://github.com/coconutcraig/laravel-postmark/commit/24d9e889bb)
5561

56-
## [1.1.1]
62+
## [1.1.1] - 2017-05-23
5763

5864
### Added
5965

6066
- Adds reply to header override [`71695a1829`](https://github.com/coconutcraig/laravel-postmark/commit/71695a1829)
6167

62-
## [1.1.0]
68+
## [1.1.0] - 2017-05-17
6369

6470
### Changed
6571
- Separates out addresses into proper fields [`ddbe313660`](https://github.com/coconutcraig/laravel-postmark/commit/ddbe313660)
@@ -96,7 +102,8 @@
96102
### Added
97103
- Adds package skeleton [`2f6fe84bcc`](https://github.com/coconutcraig/laravel-postmark/commit/2f6fe84bcc)
98104

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
100107
[2.1.0]: https://github.com/coconutcraig/laravel-postmark/compare/v2.0.0...v2.1.0
101108
[2.0.0]: https://github.com/coconutcraig/laravel-postmark/compare/v1.1.5...v2.0.0
102109
[1.1.5]: https://github.com/coconutcraig/laravel-postmark/compare/v1.1.4...v1.1.5

0 commit comments

Comments
 (0)