Skip to content

Commit 729ce6c

Browse files
committed
release version 0.5.0
Co-authored-by: Matthias Geißendörfer <[email protected]>
1 parent 7dd1334 commit 729ce6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.5.0-SNAPSHOT
3+
## 0.5.0
44

55
* _core_:
66
* remove metrics configuration for http client metrics which was introduced in 0.4.0 because it could be configured

buildSrc/src/main/kotlin/babbage.conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "de.otto.babbage"
15-
version = "0.5.0-SNAPSHOT"
15+
version = "0.5.0"
1616
java.sourceCompatibility = JavaVersion.VERSION_17
1717

1818
repositories {

0 commit comments

Comments
 (0)