diff --git a/History.md b/History.md index 979c3607..49114a74 100644 --- a/History.md +++ b/History.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.0.1](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.0...v2.0.1) + +### Fixes + +- library info override when provided in context [`#89`](https://github.com/rudderlabs/rudder-sdk-node/pull/89) + ## [v2.0.0](https://github.com/rudderlabs/rudder-sdk-node/compare/v1.1.4...v2.0.0) ### Features @@ -26,7 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### BREAKING CHANGES -- Allow dataPlaneUrl to be be passed in options instead as an argument in initialization. [`#81`](https://github.com/rudderlabs/rudder-sdk-node/pull/81) +- Allow dataPlaneUrl to be passed in options instead as an argument in initialization and must no longer include '/v1/batch' part. [`#81`](https://github.com/rudderlabs/rudder-sdk-node/pull/81) ## [v1.1.4](https://github.com/rudderlabs/rudder-sdk-node/compare/v1.1.3...v1.1.4)