diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:12:59 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:12:59 +0300 |
| commit | 1e445990065936a07cf1e33be2ea5c48799ac289 (patch) | |
| tree | 31ecdbb92dfbcd8792a2d0ac6d1442062130cefa /CHANGELOG.md | |
| parent | ebc9734006afc277e8186678366ded9a1230db8c (diff) | |
fix a typo in the usage section
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab82ba7..09dfb2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Cljlib dev (???) +## Cljlib v1.1.1 (2022-10-29) + +- fixed typo in the installation instructions + ## Cljlib v1.1.0 (2022-10-29) - Vectors can store `nil` values |