Skip to content

Commit bfd169b

Browse files
Merge pull request #201 from splunk/release-1.11.0
Release- 1.11.0
2 parents f681fb0 + e211b17 commit bfd169b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Splunk Logging for Java Changelog
22

3+
## Version 1.11.0
4+
5+
### Minor Changes
6+
* Added a parameter to set await termination timeout. [PR](https://github.com/splunk/splunk-library-javalogging/pull/179)
7+
38
## Version 1.10.0
49

510
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Splunk Logging for Java
22

3-
#### Version 1.10.0
3+
#### Version 1.11.0
44

55
Splunk logging for Java enables you to log events to HTTP Event Collector or to a TCP input on a Splunk Enterprise instance within your Java applications. You can use three major Java logging frameworks: [Logback](http://logback.qos.ch), [Log4j 2](http://logging.apache.org/log4j/2.x/), and [java.util.logging](https://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html). Splunk logging for Java is also enabled for [Simple Logging Facade for Java (SLF4J)](http://www.slf4j.org).
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.splunk.logging</groupId>
88
<artifactId>splunk-library-javalogging</artifactId>
9-
<version>1.10.0</version>
9+
<version>1.11.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Splunk Logging for Java</name>

0 commit comments

Comments
 (0)