Skip to content

Commit

Permalink
Version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pracucci committed Sep 20, 2016
1 parent 9b1a964 commit 940edd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

#### 0.0.7 (2016-09-20)
* FIX: `concurrent modification` error when creating methods (see PR [#5](https://github.com/spreaker/grunt-aws-apigateway/pull/5), thanks to [Tomas Romero](https://github.com/taromero))

#### 0.0.6 (2016-08-22)
* FIX: the `responseParameters` values in resource's method response should be boolean, used to specify whether the parameter is required. We currently always force it to `false`, in order to avoid any breaking change in the configuration format.

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": "grunt-aws-apigateway",
"version": "0.0.6",
"version": "0.0.7",
"description": "A grunt plugin to easily configure and deploy AWS API Gateway.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 940edd7

Please sign in to comment.