Skip to content

Commit

Permalink
Release 1.10.3 (#320)
Browse files Browse the repository at this point in the history
* docs: update changelog

* bump version to 1.10.3
  • Loading branch information
christianbuon authored Sep 5, 2024
1 parent 482b9c9 commit 2f88e1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

# 1.10.3

### rollbar-logback
- Update Logback to version 1.3.14 [#310](https://github.com/rollbar/rollbar-java/pull/310)

### rollbar-java
- Fix: Log when the error reports folder can't be created instead of throwing an Exception, to
prevent silent crashes [#318](https://github.com/rollbar/rollbar-java/pull/318)

# 1.10.0

- Add support for Spring 6.x and Spring Boot 3.x. [#302](https://github.com/rollbar/rollbar-java/pull/302)
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.10.2-SNAPSHOT
VERSION_NAME=1.10.3
GROUP=com.rollbar

POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
Expand Down

0 comments on commit 2f88e1e

Please sign in to comment.