Skip to content

Commit 41c03af

Browse files
committed
SDK-16: update changelog and version
1 parent 8aa07ef commit 41c03af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Splunk Enterprise SDK for JavaScript Changelog
22

3+
4+
## v2.0.2
5+
### Minor changes
6+
* Stop removing Authorisation header from requests ([PR#203](https://github.com/splunk/splunk-sdk-javascript/pull/203))
7+
8+
39
## v2.0.1
410
### Minor changes
511
* Upgrade 'cookie' npm package to 0.7.0 ([PR#202](https://github.com/splunk/splunk-sdk-javascript/pull/202))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/splunk/splunk-sdk-javascript.svg?branch=master)](https://travis-ci.org/splunk/splunk-sdk-javascript)
22
# The Splunk Enterprise Software Development Kit for JavaScript
33

4-
#### Version 2.0.1
4+
#### Version 2.0.2
55

66
The Splunk Enterprise Software Development Kit (SDK) for JavaScript contains library code and examples designed to enable developers to build applications using the Splunk platform and JavaScript. This SDK supports server-side and client-side JavaScript.
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk-sdk",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "SDK for usage with the Splunk REST API",
55
"homepage": "http://dev.splunk.com",
66
"main": "index.js",

0 commit comments

Comments
 (0)