Skip to content

Commit 2f88e1e

Browse files
Release 1.10.3 (#320)
* docs: update changelog * bump version to 1.10.3
1 parent 482b9c9 commit 2f88e1e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
# 1.10.3
4+
5+
### rollbar-logback
6+
- Update Logback to version 1.3.14 [#310](https://github.com/rollbar/rollbar-java/pull/310)
7+
8+
### rollbar-java
9+
- Fix: Log when the error reports folder can't be created instead of throwing an Exception, to
10+
prevent silent crashes [#318](https://github.com/rollbar/rollbar-java/pull/318)
11+
312
# 1.10.0
413

514
- Add support for Spring 6.x and Spring Boot 3.x. [#302](https://github.com/rollbar/rollbar-java/pull/302)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.10.2-SNAPSHOT
1+
VERSION_NAME=1.10.3
22
GROUP=com.rollbar
33

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

0 commit comments

Comments
 (0)