From 5881eb68517fb68874b1ede59bf90cc9958b2b69 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Sat, 27 Mar 2021 11:43:21 +1100 Subject: [PATCH] Add changelog entry for AWS Lambda. --- CHANGES.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4898873dc..b8141595c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,12 @@ -Unreleased +1.2.1 ---------- + - Add KMS support (#118 @zbaylin) - Drop dependency on ocaml-migrate-parsetree and use ocaml-compiler-libs (#126 @Nymphium) - -1.2.1 ----------- -- Increase lower bound on OCaml to 4.08. https://github.com/inhabitedtype/ocaml-aws/pull/104 -- Migrate CI to github actions https://github.com/inhabitedtype/ocaml-aws/pull/104 -- Add STS `assume_role` token support https://github.com/inhabitedtype/ocaml-aws/pull/117 +- Increase lower bound on OCaml to 4.08. (#104 @tmcgilchrist) +- Migrate CI to github actions (#104 @tmcgilchrist) +- Add STS `assume_role` token support (#117 @zbaylin @UnrealAkama @bleepbloopsify) +- Initial AWS Lambda support (#108 @tmcgilchrist) 1.2: (24-01-2020) ----------