1 parent a337ef3 commit b9bd8e5Copy full SHA for b9bd8e5
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.4.2
6
+
7
- Bump nrepl to 1.5.0
8
9
## 0.4.1
pom.xml
@@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>dev.ericdallo</groupId>
<artifactId>metrepl</artifactId>
- <version>0.4.1</version>
+ <version>0.4.2</version>
<name>metrepl</name>
<licenses>
10
<license>
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>nrepl</groupId>
34
<artifactId>nrepl</artifactId>
35
- <version>1.3.1</version>
+ <version>1.5.0</version>
36
</dependency>
37
38
<groupId>io.opentelemetry</groupId>
resources/METREPL_VERSION
@@ -1 +1 @@
1
-0.4.1
+0.4.2
0 commit comments