Release v0.4.0
(MINOR) Drops render method in favor of view When using Templates::Renderable the method render has been replaced with `view` this is to remove redundancy from the Response#render method. To upgrade simply rename render to view for all classes, structs that uses Templates::Renderable