diff --git a/README.md b/README.md index 082474b..825ee89 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_. ## Version history +* 0.3.4-alpha1 Bugfixes. IAM policy consolitaion. Show master alias information. * 0.3.3-alpha1 Bugfixes. Allow manual resource overrides. Allow methods attached to APIG root resource. * 0.3.2-alpha1 Allow initial project creation with activated alias plugin * 0.3.1-alpha1 Support Serverless 1.6 again with upgrade to 1.7+ diff --git a/package.json b/package.json index 965aff3..9ddcad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-alias", - "version": "0.3.3-alpha1", + "version": "0.3.4-alpha1", "description": "Serverless plugin to support AWS function aliases", "main": "index.js", "repository": {