Skip to content

Commit 4088c85

Browse files
author
Natan Vieira do Nascimento
committed
Version 0.2.0
1 parent 0effc2c commit 4088c85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# 0.2.0 (unreleased)
1+
# 0.2.0 (08-17-2023)
22

33
* Enhanced Java interoperability (#97)
44
* Implementation of /events to monitor system events in real time (#101)
55
* 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)
67

78
# 0.1.1 (08-05-2023)
89

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "me.devnatan"
15-
version = "0.1.1"
15+
version = "0.2.0"
1616

1717
repositories {
1818
mavenCentral()

0 commit comments

Comments
 (0)