We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148e84c commit 2858729Copy full SHA for 2858729
CHANGELOG.md
@@ -4,6 +4,12 @@
4
## Unreleased
5
-->
6
7
+## Release notes - 2.0.3 (2024-02-05)
8
+
9
+### Changed
10
11
+- Support for Spring Boot 3.2 [#12](https://github.com/m3dev/m3-tracing/pull/12)
12
13
## Release notes - 2.0.2 (2023-08-14)
14
15
### Changed
jvm/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
allprojects {
group = "com.m3.tracing"
- version = "2.0.2"
+ version = "2.0.3"
16
17
repositories {
18
jcenter()
0 commit comments