Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Mar 9, 2017
1 parent 5c89471 commit 83eacf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.0 (2017-03-09)
- Grant(or remove) permission to lambda function for invoke from CloudWatch Events (#4)

## v0.2.0 (2017-03-02)
- Fix bug of misassignment targets (#1)
- Read env `AWS_REGION` (#2)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/aws/aws-sdk-go/service/lambda"
)

var Version = "0.2.0"
var Version = "0.3.0"

func main() {
var (
Expand Down

0 comments on commit 83eacf6

Please sign in to comment.