Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Mar 9, 2016
1 parent 00a554b commit c0011ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### v1.0.7

**Latest Protagonist**
- [#399](https://github.com/apiaryio/dredd/pull/399) Pinned Protagonist to 1.2.6. (@honzajavorek)

**Bug fixes**
- [#406](https://github.com/apiaryio/dredd/pull/406) Hotfix of setCommandAndCheckForExecutables (@honzajavorek)
- [#407](https://github.com/apiaryio/dredd/pull/407) Fixing apiary reporter (@honzajavorek, @netmilk)

### v1.0.6

**Huge refactoring of hooks handler and related logic**
Expand All @@ -15,7 +24,7 @@
- [#398](https://github.com/apiaryio/dredd/pull/398) Babel support documentation (@netmilk)
- [#396](https://github.com/apiaryio/dredd/pull/396) Add permalinks to headings (@smizell)
- [#397](https://github.com/apiaryio/dredd/pull/397) Fix 404 CHANGELOG link (@smizell)
- [#400](https://github.com/apiaryio/dredd/pull/400) Readme & Doc improvement (@netmilk & @honzajavorek)
- [#400](https://github.com/apiaryio/dredd/pull/400) Readme & Doc improvement (@netmilk, @honzajavorek)

### v1.0.5

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": "dredd",
"version": "1.0.6",
"version": "1.0.7",
"description": "HTTP API Testing Framework",
"main": "lib/dredd.js",
"bin": {
Expand Down

0 comments on commit c0011ca

Please sign in to comment.