Release v4.0.1 (#879)

This commit is contained in:
Cliff Braton 2020-03-25 10:51:34 -05:00 committed by GitHub
parent 1ab605f076
commit 8f4f407bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Draper Changelog
## 4.0.1 - 2020-03-25
### Fixes
* Check only object's private methods when preventing delegation [#875](https://github.com/drapergem/draper/pull/875)
### Other Changes
* Use `alias` over `alias_method` [#877](https://github.com/drapergem/draper/pull/877)
## 4.0.0 - 2020-02-05
### Breaking Changes

View File

@ -1,3 +1,3 @@
module Draper
VERSION = '4.0.0'
VERSION = '4.0.1'
end