Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 11, 2017
1 parent d5f24b5 commit dd91b50
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

v0.15.0 / 2017-06-11
====================

* add passing of maps that describe all apex functions to terraform Closes #737 (#744)
* added nodejs4.3-edge runtime (#741)
* add ListFunctions to min IAM policy example (#733)
* add documentation to set alias to another alias (#732)
* add arbitrary python version support. Closes #723
* Add lambda:ListAliases to min IAM policy (#729)
* add --alias docs
* change DefaultRetainedVersions to 25
* Update function deploy to update the specified alias even if code has not changed. Closes #686 (#712)
* upgrade example to use nodejs version 6.10 (#719)
* fix tabs in deploy example

v0.14.0 / 2017-03-31
====================

Expand Down
2 changes: 1 addition & 1 deletion cmd/apex/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Version of program.
const Version = "0.14.0"
const Version = "0.15.0"

// Command config.
var Command = &cobra.Command{
Expand Down
Loading

0 comments on commit dd91b50

Please sign in to comment.