We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0effc2c commit 4088c85Copy full SHA for 4088c85
CHANGELOG.md
@@ -1,8 +1,9 @@
1
-# 0.2.0 (unreleased)
+# 0.2.0 (08-17-2023)
2
3
* Enhanced Java interoperability (#97)
4
* Implementation of /events to monitor system events in real time (#101)
5
* Bump kotlin from 1.8.22 to 1.9.0 and okio from 3.4.0 to 3.5.0 (#102)
6
+* Implement /containers/archive endpoint (#103)
7
8
# 0.1.1 (08-05-2023)
9
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
group = "me.devnatan"
15
-version = "0.1.1"
+version = "0.2.0"
16
17
repositories {
18
mavenCentral()
0 commit comments