We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb0c58 commit f63d7edCopy full SHA for f63d7ed
CHANGELOG.md
@@ -4,6 +4,13 @@
4
## Unreleased
5
-->
6
7
+## Release notes - 1.0.5 (2020-09-03)
8
+
9
+### Added
10
11
+- apache-httpclient: update apache-httpclinet module to handle error [#8](https://github.com/m3dev/m3-tracing/pull/8)
12
13
14
## Release notes - 1.0.4 (2020-08-07)
15
16
### Added
jvm/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
allprojects {
group = "com.m3.tracing"
- version = "1.0.5-SNAPSHOT"
+ version = "1.0.5"
17
repositories {
18
jcenter()
0 commit comments