Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jun 19, 2018
1 parent 405a1f8 commit 3f2acc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.6.0 - June 19, 2018

- Add graceful shutdown (sponsored by [Hive](https://hive.com/))
- Add support for large settings.json files and long environment variables
- Set `Strict-Transport-Security` when `app.forceSSL` is enabled (@fschaeffler)
- Use the last git's commit message for the version description
- Add option to configure number of old application versions to keep
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mup-aws-beanstalk",
"version": "0.6.0-beta7",
"version": "0.6.0",
"description": "Deploy apps to AWS Elastic Beanstalk using Meteor Up",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3f2acc3

Please sign in to comment.