Skip to content

Commit

Permalink
Updating version number and adding changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Apr 28, 2015
1 parent 698cafc commit c075657
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CHANGELOG
=========

1.0.0
-----

* Updated for GA release of AWS Lambda.
* Incompatible changes in available commands and in config file format. Check
README for details.
* Switched from botocore to boto3.
* No longer using CloudFormation to create policies and roles. Instead we
now use Managed policies and roles created with boto3.
2 changes: 1 addition & 1 deletion kappa/_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.3.0

0 comments on commit c075657

Please sign in to comment.