diff --git a/README.md b/README.md index aaf9562..ecc310b 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_. ## Version history +* 0.2.0-alpha1 Support custom resources * 0.1.2-alpha1 Integration with "serverless info" * 0.1.1-alpha1 Full APIG support * 0.1.0-alpha1 Lambda function alias support diff --git a/package.json b/package.json index d4a575a..3f4db71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-alias", - "version": "0.1.2-alpha1", + "version": "0.2.0-alpha1", "description": "Serverless plugin to support AWS function aliases", "main": "index.js", "repository": {