Skip to content

Commit

Permalink
Prepared 1.2.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Jun 7, 2017
1 parent f219158 commit 928a66c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 928a66c

Please sign in to comment.