CHANGELOG.md in cogy-0.5.1 vs CHANGELOG.md in cogy-0.5.2

- old
+ new

@@ -1,14 +1,26 @@ # Changelog ## master (unreleased) +## 0.5.2 (2017-01-25) + +This is a bug fix release due to Cog 1.0.0.beta2. It is backwards-compatible +with previous Cog versions, but you'll get proper error reporting in Capistrano +if you upgrade to Cog 1.0.0.beta2. + +### Fixed + +- capistrano: Fix error handling with Cog 1.0.0.beta2 ([98bc5a5](https://github.com/skroutz/cogy/commit/98bc5a5)) + ## 0.5.1 (2017-01-25) +This release fixes a regression introduced in 0.5.0 + ### Fixed -- Revert back to the old behavior in Capistrano tasks. This means we still have - to provided the cogy endpoint in the Capistrano tasks. ([9f5bfb4](https://github.com/skroutz/cogy/commit/9f5bfb47aa5dc82390472693fab5822e3dbcb7fb)) +- Revert back to the old behavior in Capistrano tasks: we still have + to provide `:cogy_endpoint` in them. ([9f5bfb4](https://github.com/skroutz/cogy/commit/9f5bfb47aa5dc82390472693fab5822e3dbcb7fb)) ## 0.5.0 (2017-01-25) ### Changed