Skip to content

Commit 692ac6b

Browse files
committed
Changelog for 2.1.1
1 parent 5455ad2 commit 692ac6b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
## [2.1.1] - 2017-01-11
8+
### Changed
9+
- Removed our addition to the native Promise prototype in favor of a bluebird-inspired callback-wrapping function. See Issue [#199](https://github.com/SparkPost/node-sparkpost/issues/199). Thanks @danieljuhl.
10+
611
### Fixed
7-
- Empty CC sugar method no longer triggers an API error.
12+
- Empty CC sugar method no longer triggers an API error by @avrahamgoldman.
813

914
## [2.1.0] - 2016-12-20
1015
### Added
@@ -151,7 +156,8 @@ With this major release, we streamlined and simplified the library making it mor
151156
## 0.1.0 - 2014-11-10
152157
- First Release!
153158

154-
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.0...HEAD
159+
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.1...HEAD
160+
[2.1.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.0...v2.1.1
155161
[2.1.0]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.1...v2.1.0
156162
[2.0.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.0...v2.0.1
157163
[2.0.0]: https://github.com/sparkpost/node-sparkpost/compare/1.3.8...v2.0.0

0 commit comments

Comments
 (0)