Skip to content

Commit

Permalink
Set version to 6.1.436
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Feb 16, 2022
1 parent 6e4592b commit 2e115b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog #

## Version 6.1.436

Date: 2022-02-16

- Add builtin clj-kondo config (thanks to @wilkerlucio)


## Version 6.1.434

Date: 2022-02-12
Expand Down
4 changes: 2 additions & 2 deletions doc/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ A promise library for Clojure and ClojureScript.
Leiningen:

```clojure
[funcool/promesa "6.1.434"]
[funcool/promesa "6.1.436"]
```

deps.edn:

```clojure
funcool/promesa {:mvn/version "6.1.434"}
funcool/promesa {:mvn/version "6.1.436"}
```

On the JVM platform _promesa_ is built on top of *completable futures*
Expand Down

0 comments on commit 2e115b9

Please sign in to comment.