Skip to content

Commit 3108379

Browse files
authored
Merge pull request #123 from splunk/release/1.9.1
Release 1.9.1
2 parents c9c4eae + ee38ddb commit 3108379

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Splunk Enterprise SDK for JavaScript Changelog
22

3+
## v1.9.1
4+
5+
### Minor changes
6+
7+
* Added third party credits file (CREDITS.md) and updated support and contributing documentation.
8+
39
## v1.9.0
410

511
### Minor changes

README.md

+1-1
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 1.9.0
4+
#### Version 1.9.1
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

examples/modularinputs/github_commits/bin/app/github_commits.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
var utils = ModularInputs.utils;
2727

2828
// The version number should be updated every time a new version of the JavaScript SDK is released.
29-
var SDK_UA_STRING = "splunk-sdk-javascript/1.9.0";
29+
var SDK_UA_STRING = "splunk-sdk-javascript/1.9.1";
3030

3131
// Create easy to read date format.
3232
function getDisplayDate(date) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk-sdk",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
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)