From 928a66c71e9e2964980869a44624106b44882de7 Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Wed, 7 Jun 2017 10:49:56 +0200 Subject: [PATCH] Prepared 1.2.1 bugfix release --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0569e10..048f6c5 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,11 @@ and _serverless.service.provider.deployedAliasTemplates[]_. ## Version history +* 1.2.1 + * Fix issue when using a Cognito User Pools authorizer [#51](https://github.com/HyperBrain/serverless-aws-alias/issues/51) + * IAM roles of removed aliases are not deleted [#50](https://github.com/HyperBrain/serverless-aws-alias/issues/50) + * Added note to README to state that per-alias resources do not work until fixed/added in Serverless + * 1.2.0 * Fix issue when stage is specified as Serverless variable [#45](https://github.com/HyperBrain/serverless-aws-alias/issues/45) * Add support for SNS Lambda subscriptions [#43](https://github.com/HyperBrain/serverless-aws-alias/issues/43) diff --git a/package.json b/package.json index a6d5a70..2a33c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-alias", - "version": "1.2.0", + "version": "1.2.1", "description": "Serverless plugin to support AWS function aliases", "main": "index.js", "repository": {