From 9785046848c03f218f7b36448fbfebc13d37212c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 25 Sep 2020 18:19:22 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30566777..a0bf97cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ For a list of breaking changes, check [here](#breaking-changes) ## v0.2.1 (2020-09-25) -Thanks to [@RickMoynihan](https://github.com/RickMoynihan), [@joinr](https://github.com/joinr), [@djblue](https://github.com/djblue), [@lread](https://github.com/lread), [@teodorlu](https://github.com/teodorlu) and [@zoren](https://github.com/zoren) for contributing to this release. Thanks to [Clojurists Together](https://www.clojuriststogether.org/) for sponsoring this release. +Thanks to [@RickMoynihan](https://github.com/RickMoynihan), [@joinr](https://github.com/joinr), [@djblue](https://github.com/djblue), [@lread](https://github.com/lread), [@teodorlu](https://github.com/teodorlu), [@tzzh](https://github.com/tzzh) and [@zoren](https://github.com/zoren) for contributing to this release. Thanks to [Clojurists Together](https://www.clojuriststogether.org/) for sponsoring this release. ### New @@ -19,6 +19,7 @@ Thanks to [@RickMoynihan](https://github.com/RickMoynihan), [@joinr](https://git - Support YAML roundtrip through `*input*` [#583](https://github.com/borkdude/babashka/issues/583) - Support `clojure.core/find-var` [sci#420](https://github.com/borkdude/sci/issues/420) [@RickMoynihan](https://github.com/RickMoynihan) - Support `clojure.pprint/cl-format` [#571](https://github.com/borkdude/babashka/issues/571) +- [AWS pod](https://github.com/tzzh/pod-tzzh-aws) ### Fixed / enhanced