Skip to content

Commit 62bf38f

Browse files
authored
Merge pull request #55 from newrelic/post-release-update
Update changelog and release version
2 parents 2aed87a + 57ca304 commit 62bf38f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.4.0
8+
- Add a `forwarder` module that does log forwarding using the [New Relic Java Telemetry SDK](https://github.com/newrelic/newrelic-telemetry-sdk-java)
9+
- Implement `com.newrelic.logging.logback.NewRelicHttpAppender` to do log forwarding for logback
10+
- Update `log4j2` dependencies to version `2.17.2`
11+
- Update Java agent API dependencies to version `7.6.0`
12+
713
## 2.3.2
814
- Update documentation to specify support for Log4J 2.13.2 or higher
915
- Add warning for CVE-2021-44228

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
releaseVersion=2.4.0
1+
releaseVersion=2.5.0

0 commit comments

Comments
 (0)