We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e081c commit 36a6b49Copy full SHA for 36a6b49
CHANGELOG.md
@@ -4,6 +4,13 @@
4
## Unreleased
5
-->
6
7
+## Release notes - 1.0.6 (2020-09-18)
8
+
9
+### Added
10
11
+- servlet: update servlet for old servlet api [#9](https://github.com/m3dev/m3-tracing/pull/9)
12
13
14
## Release notes - 1.0.5 (2020-09-03)
15
16
### Added
jvm/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
allprojects {
group = "com.m3.tracing"
- version = "1.0.5"
+ version = "1.0.6"
17
repositories {
18
jcenter()
0 commit comments