From f3835d7bcf1705ae689bfaf86932a10ae476dcba Mon Sep 17 00:00:00 2001 From: Dan Nguyen Date: Fri, 18 Jan 2019 14:06:45 -0800 Subject: [PATCH] Updated version to 1.7.1 --- CHANGELOG.md | 6 +++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0986906d..d729a265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Splunk Logging for Java Changelog -## Version 1.7.0 +## Version 1.7.1 * Change HttpEventCollectorLogbackAppender stop method to call this.sender.close() [#93](https://github.com/splunk/splunk-library-javalogging/pull/93). * Rename 'Http' plugin name for HttpEventCollectorLog4jAppender to 'SplunkHttp' [#92](https://github.com/splunk/splunk-library-javalogging/pull/92). +## Version 1.7.0 + +* Effectively the equivalent to Version 1.6.2 + ## Version 1.6.2 * Add support to allow users to define their own event body serializer for HTTP event adapter: Simply create a class implementing `com.splunk.logging.EventBodySerializer`, diff --git a/README.md b/README.md index 8e258ca4..44ddd837 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Splunk Logging for Java -#### Version 1.7.0 +#### Version 1.7.1 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). diff --git a/pom.xml b/pom.xml index abaeb11f..283bfacf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.splunk.logging splunk-library-javalogging - 1.7.0 + 1.7.1 jar Splunk Logging for Java