Skip to content

Commit 2792413

Browse files
committed
Changelog for v2.0.1
1 parent 02d0915 commit 2792413

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
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

7+
## [2.0.1] - 2016-11-10
8+
### Added
9+
- Node.js version is now tracked using the User-Agent header by @ewandennis.
10+
- An optional "stack identifier" that can be set during [initialization](README.md#initialization) so we can track libraries that use node-sparkpost via the User-Agent header by @ewandennis.
11+
712
## [2.0.0] - 2016-11-04 - *breaking*
813
- [#188](https://github.com/SparkPost/node-sparkpost/pull/188) Added setting debug in initialization (@aydrian)
914
- [#186](https://github.com/SparkPost/node-sparkpost/pull/186) Return full body for sparkpost requests (@aydrian)
@@ -135,8 +140,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
135140
## 0.1.0 - 2014-11-10
136141
- First Release!
137142

138-
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/2.0.0...HEAD
139-
[2.0.0]: https://github.com/sparkpost/node-sparkpost/compare/1.3.8...2.0.0
143+
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.1...HEAD
144+
[2.0.1]: https://github.com/sparkpost/node-sparkpost/compare/v2.0.0...v2.0.1
145+
[2.0.0]: https://github.com/sparkpost/node-sparkpost/compare/1.3.8...v2.0.0
140146
[1.3.8]: https://github.com/sparkpost/node-sparkpost/compare/1.3.7...1.3.8
141147
[1.3.7]: https://github.com/sparkpost/node-sparkpost/compare/1.3.6...1.3.7
142148
[1.3.6]: https://github.com/sparkpost/node-sparkpost/compare/1.3.5...1.3.6

0 commit comments

Comments
 (0)