Skip to content

Commit

Permalink
Bumped version to 1.4.0. Added release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Jul 10, 2017
1 parent 9982890 commit f539824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.

## Version history

* 1.4.0
* Add support for S3 server side encryption [#63](https://github.com/HyperBrain/serverless-aws-alias/issues/63)
* Add `serverless logs api` command to watch API logs [#60](https://github.com/HyperBrain/serverless-aws-alias/issues/60)

* 1.3.0
* Support full stage configuration at multiple levels [#57](https://github.com/HyperBrain/serverless-aws-alias/issues/57)
* Fix issue when trying to remove a stage completely [#56](https://github.com/HyperBrain/serverless-aws-alias/issues/56)
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.3.0",
"version": "1.4.0",
"description": "Serverless plugin to support AWS function aliases",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit f539824

Please sign in to comment.