Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jun 24, 2018
1 parent 5f2ab6f commit 8ba6b61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## v1.6.0

- `http_request` resource requires `curl(1)` in a host
- `http_request` supports https request [#46](https://github.com/itamae-kitchen/mitamae/pull/46)
- `http_request` follows redirection
- POST or PUT `http_request` with request body `foo=bar` is interpreted properly

## v1.5.7

- Release binaries from Travis CI instead of k0kubun's machine
Expand Down
2 changes: 1 addition & 1 deletion mrblib/mitamae/version.rb
@@ -1,3 +1,3 @@
module MItamae
VERSION = "1.5.7"
VERSION = "1.6.0"
end

0 comments on commit 8ba6b61

Please sign in to comment.