Skip to content

Commit

Permalink
Release 1.11.7 changes
Browse files Browse the repository at this point in the history
Update:
- Changelog is updated to 1.11.7.
- Version updated in POM.xml
- README file updated with version 1.11.7.
  • Loading branch information
bparmar-splunk committed Oct 12, 2022
1 parent f167167 commit 8e8962b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Splunk Logging for Java Changelog

## Version 1.11.7

### Bug Fixes
* ClassCastException for Log4j Appender was fixed. (Github Issue [#259](https://github.com/splunk/splunk-library-javalogging/issues/259))

## Version 1.11.6

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Splunk Logging for Java

#### Version 1.11.6
#### Version 1.11.7

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).

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>

<version>1.11.6</version>
<version>1.11.7</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 8e8962b

Please sign in to comment.