Skip to content

Commit 82cb427

Browse files
committed
Changelog for 2.1.0
1 parent 6dab7ce commit 82cb427

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [2.1.0] - 2016-12-20
8+
### Added
9+
- You can now add recipients to CC and BCC using sugar methods by @avrahamgoldman. See the updated [transmissions documentation](/docs/resources/transmissions.md) and [CC](/examples/transmissions/send_with_cc_sugar.js)/[BCC](/examples/transmissions/send_with_bcc_sugar.js) examples.
10+
11+
### Changed
12+
- Updated the following npm packages: coveralls, eslint, eslint-config-sparkpost, mocha, lodash, and request by @aydrian.
13+
- Resolved new linting issues from eslint-config-sparkpost update by @avrahamgoldman.
14+
15+
### Fixed
16+
- The options parameter on the `transmissions.send()` method is now optional if you're using a callback function by @avrahamgoldman.
17+
- The options parameter on the `templates.get()` method is now optional if you're using a callback function by @avrahamgoldman.
18+
719
## [2.0.1] - 2016-11-10
820
### Added
921
- Node.js version is now tracked using the User-Agent header by @ewandennis.
@@ -137,7 +149,8 @@ With this major release, we streamlined and simplified the library making it mor
137149
## 0.1.0 - 2014-11-10
138150
- First Release!
139151

140-
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.1...HEAD
152+
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.1.0...HEAD
153+
[2.1.0]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.1...v2.1.0
141154
[2.0.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.0...v2.0.1
142155
[2.0.0]: https://github.com/sparkpost/node-sparkpost/compare/1.3.8...v2.0.0
143156
[1.3.8]: https://github.com/sparkpost/node-sparkpost/compare/1.3.7...1.3.8

0 commit comments

Comments
 (0)