From 8a718c0a32dcdcc7b1ae40a4314f8bbdf3adcf07 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Jul 2021 04:32:43 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/jagregory/cognito-local/compare/v2.2.0...v2.3.0) (2021-07-23) ### Bug Fixes * key setting in the datastore to work with arrays ([d0a2557](https://github.com/jagregory/cognito-local/commit/d0a25572de19b84e8228c1fea9d2ebbe9d40d160)) ### Features * **api:** describeUserPoolClient support ([26cf370](https://github.com/jagregory/cognito-local/commit/26cf370d38d83bc922431c68202a25d268402eb7)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c58e37..9dac8df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.3.0](https://github.com/jagregory/cognito-local/compare/v2.2.0...v2.3.0) (2021-07-23) + + +### Bug Fixes + +* key setting in the datastore to work with arrays ([d0a2557](https://github.com/jagregory/cognito-local/commit/d0a25572de19b84e8228c1fea9d2ebbe9d40d160)) + + +### Features + +* **api:** describeUserPoolClient support ([26cf370](https://github.com/jagregory/cognito-local/commit/26cf370d38d83bc922431c68202a25d268402eb7)) + # [2.2.0](https://github.com/jagregory/cognito-local/compare/v2.1.0...v2.2.0) (2021-07-22)