Skip to content

Commit

Permalink
Release v1.9.0 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegov authored Nov 17, 2022
1 parent c77e17e commit d75d66a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 1.9.0

- Enable maven publishing for rollbar-reactive-streams and rollbar-reactive-streams-reactor artifacts. [#297](https://github.com/rollbar/rollbar-java/pull/297)

# 1.8.1

- Update log4j dependencies to v2.17.0 to fix CVE-2021-45105 [#291](https://github.com/rollbar/rollbar-java/pull/291)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.8.2-SNAPSHOT
VERSION_NAME=1.9.0
GROUP=com.rollbar

POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
Expand Down
7 changes: 7 additions & 0 deletions rollbar-reactive-streams-reactor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Rollbar Spring Reactor itegration

This directory contains the Spring Reactor integration of the Rollbar Java SDK.

See [examples/rollbar-reactive-streams-reactor](../examples/rollbar-reactive-streams-reactor) for a usage example.

Instructions for building and contributing to the SDK can be found in the main repository [README](../README.md).

0 comments on commit d75d66a

Please sign in to comment.