Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed May 26, 2017
1 parent 011cec4 commit a673aee
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 @@ -324,6 +324,11 @@ and _serverless.service.provider.deployedAliasTemplates[]_.

## Version history

* 1.1.0
* Use stage variable in APIG [#40](https://github.com/HyperBrain/serverless-aws-alias/issues/40)
* Fix tail logging [#42](https://github.com/HyperBrain/serverless-aws-alias/issues/42)


* 1.0.0 Support "serverless logs" with aliases. First non-alpha!
* 0.5.1-alpha1 Use separate Lambda roles per alias
* 0.5.0-alpha1 Fixes a bug with deploying event sources introduced with 0.4.0
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.0.0",
"version": "1.1.0",
"description": "Serverless plugin to support AWS function aliases",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit a673aee

Please sign in to comment.