Skip to content

Commit 7ab858d

Browse files
committed
Changelog for 2.1.2
1 parent 2de2cba commit 7ab858d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

7+
## [2.1.2] - 2017-01-20
8+
### Fixed
9+
- Callbacks are no longer being called twice in some methods by @avrahamgoldman. See Issue [203](https://github.com/SparkPost/node-sparkpost/issues/203).
10+
711
## [2.1.1] - 2017-01-11
812
### Changed
913
- 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.
@@ -156,7 +160,8 @@ With this major release, we streamlined and simplified the library making it mor
156160
## 0.1.0 - 2014-11-10
157161
- First Release!
158162

159-
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.1...HEAD
163+
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.2...HEAD
164+
[2.1.2]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.1...v2.1.2
160165
[2.1.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.0...v2.1.1
161166
[2.1.0]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.1...v2.1.0
162167
[2.0.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)