Release 3.0.1 (#824)

* Update changelog and version.

* Add another entry to the changelog.
This commit is contained in:
Cliff Braton 2017-10-12 12:46:40 -05:00 committed by GitHub
parent 6f76c64528
commit 6b957151b4
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Draper Changelog
## 3.0.1
* Let `decorator_class` infer anonymous class decorator from superclass [#820](https://github.com/drapergem/draper/pull/820)
* When inferring decorator fails, show original class instead of `ActiveRecord::Base` [#821](https://github.com/drapergem/draper/pull/821)
* ActiveJob compatibility and documentation [#817](https://github.com/drapergem/draper/pull/817)
## 3.0.0 - 2017
### Breaking Changes

View File

@ -1,3 +1,3 @@
module Draper
VERSION = '3.0.0'
VERSION = '3.0.1'
end