Skip to content

Commit

Permalink
Fix versions in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ridiculous authored Sep 12, 2016
1 parent 464058b commit 0c1d7ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.17.0 (8/2/2016)
1.7.0 (8/2/2016)
==================

* Bump Grape dependency to 0.17
Expand All @@ -8,20 +8,20 @@
insert_after Grape::Middleware::Formatter, Grape::Middleware::Logger
```

0.16.0 (4/4/2016)
1.6.0 (4/4/2016)
==================

* Can use default rake command to run test suite
* Fix [#4](https://github.com/ridiculous/grape-middleware-logger/issues/4), missing JSON parameters from POST requests
* Grape::Middleware::Formatter#before is Ruby 1.9.3 friendly

0.15.1 (12/15/2015)
1.5.1 (12/15/2015)
==================

* Refactor logger conditional to use coercion and parallel assignment


0.15.0 (12/12/2015)
1.5.0 (12/12/2015)
==================

* Use Railtie to setup default configuration for Rails apps
Expand Down

0 comments on commit 0c1d7ab

Please sign in to comment.