Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Oct 21, 2014
1 parent 42a754b commit 2549c76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.0.1

* Require "rails/railtie" explicitly before using it
* Require "action_controller" explicitly before using it
* Remove unecessary and limitting `resourceful?` check that required models to implement `to_#{format}` (such checks are responsibility of the rendering layer)

## 2.0.0

* Import `respond_with` and class-level `respond_to` from Rails
Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "2.0.0".freeze
VERSION = "2.0.1".freeze
end

0 comments on commit 2549c76

Please sign in to comment.