Skip to content

Commit f0671bc

Browse files
committed
Update README.md, CHANGES.md, UPGRADE.md, and latest-releases.edn with 0.8.762
1 parent 56e049f commit f0671bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws-api
22

3-
## DEV
3+
## 0.8.762 / 2025-08-05
44

55
* Add Babashka support
66
* NOTE: the internal class `cognitect.aws.client.impl.Client` was removed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ of your choice, e.g. `com.cognitect.aws/s3`.
5353
To use the s3 api, for example, add the following to deps.edn:
5454

5555
``` clojure
56-
{:deps {com.cognitect.aws/api {:mvn/version "0.8.741"}
56+
{:deps {com.cognitect.aws/api {:mvn/version "0.8.762"}
5757
com.cognitect.aws/endpoints {:mvn/version "871.2.32.10"}
5858
com.cognitect.aws/s3 {:mvn/version "871.2.32.2"}}}
5959
```

latest-releases.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{com.cognitect.aws/api {:mvn/version "0.8.741"},
1+
{com.cognitect.aws/api {:mvn/version "0.8.762"},
22
com.cognitect.aws/endpoints {:mvn/version "871.2.32.10"},
33
com.cognitect.aws/AWS242AppRegistry
44
{:mvn/version "871.2.29.35",

0 commit comments

Comments
 (0)