Skip to content

Commit d75d66a

Browse files
authored
Release v1.9.0 (#298)
1 parent c77e17e commit d75d66a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
# 1.9.0
4+
5+
- Enable maven publishing for rollbar-reactive-streams and rollbar-reactive-streams-reactor artifacts. [#297](https://github.com/rollbar/rollbar-java/pull/297)
6+
37
# 1.8.1
48

59
- Update log4j dependencies to v2.17.0 to fix CVE-2021-45105 [#291](https://github.com/rollbar/rollbar-java/pull/291)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.8.2-SNAPSHOT
1+
VERSION_NAME=1.9.0
22
GROUP=com.rollbar
33

44
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Rollbar Spring Reactor itegration
2+
3+
This directory contains the Spring Reactor integration of the Rollbar Java SDK.
4+
5+
See [examples/rollbar-reactive-streams-reactor](../examples/rollbar-reactive-streams-reactor) for a usage example.
6+
7+
Instructions for building and contributing to the SDK can be found in the main repository [README](../README.md).

0 commit comments

Comments
 (0)