Skip to content

Commit 6fef7ef

Browse files
committed
Add 0.4.1 changelog
1 parent 7da23d2 commit 6fef7ef

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.4.1
2+
3+
> Published 28 Aug 2025
4+
5+
## Bug Fixes
6+
7+
Fixed iOS target publication
8+
19
# 0.4.0
210

311
> Published 27 Aug 2025

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Please check the [libs.versions.toml](gradle/libs.versions.toml) to know more ab
7777

7878
```
7979
dependencies {
80-
implementation("ai.koog:koog-agents:0.4.0")
80+
implementation("ai.koog:koog-agents:0.4.1")
8181
}
8282
```
8383
2. Make sure that you have `mavenCentral()` in the list of repositories.
@@ -87,7 +87,7 @@ Please check the [libs.versions.toml](gradle/libs.versions.toml) to know more ab
8787
8888
```
8989
dependencies {
90-
implementation 'ai.koog:koog-agents:0.4.0'
90+
implementation 'ai.koog:koog-agents:0.4.1'
9191
}
9292
```
9393
2. Make sure that you have `mavenCentral()` in the list of repositories.
@@ -99,7 +99,7 @@ Please check the [libs.versions.toml](gradle/libs.versions.toml) to know more ab
9999
<dependency>
100100
<groupId>ai.koog</groupId>
101101
<artifactId>koog-agents-jvm</artifactId>
102-
<version>0.4.0</version>
102+
<version>0.4.1</version>
103103
</dependency>
104104
```
105105
2. Make sure that you have `mavenCentral` in the list of repositories.

0 commit comments

Comments
 (0)