Skip to content

Commit

Permalink
Changelog for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Jan 20, 2017
1 parent 2de2cba commit 7ab858d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.1.2] - 2017-01-20
### Fixed
- Callbacks are no longer being called twice in some methods by @avrahamgoldman. See Issue [203](https://github.com/SparkPost/node-sparkpost/issues/203).

## [2.1.1] - 2017-01-11
### Changed
- 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.
Expand Down Expand Up @@ -156,7 +160,8 @@ With this major release, we streamlined and simplified the library making it mor
## 0.1.0 - 2014-11-10
- First Release!

[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.1...HEAD
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.0...v2.0.1
Expand Down

0 comments on commit 7ab858d

Please sign in to comment.