CHANGELOG.md in rambulance-1.1.1 vs CHANGELOG.md in rambulance-2.0.0

- old
+ new

@@ -1,7 +1,26 @@ -## v1.1.1 (unreleased) +## v2.0.0 -- Fixes a bug where a malformed `Content-Type` header could break the exceptions app (#55, @gingerlime) +#### Breaking Changes + +- Drop support for Rails 4.1 and older (https://github.com/yuki24/rambulance/pull/62, @yuki24) + +#### Features + +- Add support for Rails 6.1 and Ruby 3.0 (https://github.com/yuki24/rambulance/pull/61, https://github.com/yuki24/rambulance/pull/63, @gingerlime, @yuki24) + +#### Bug fixes + +- POST with invalid JSON triggers a 500 (https://github.com/yuki24/rambulance/pull/59, @gingerlime) +- Fix 'directry' typo (https://github.com/yuki24/rambulance/pull/57, @andyw8) + +## [v1.1.1](https://github.com/yuki24/rambulance/tree/v1.1.1) + +_<sup>released at 2020-05-28 23:22:10 UTC</sup>_ + +#### Bug fixes + +- Fixes a bug where a malformed `Content-Type` header could break the exceptions app ([#55](https://github.com/yuki24/rambulance/pull/55), [@gingerlime](https://github.com/gingerlime)) ## [v1.1.0](https://github.com/yuki24/rambulance/tree/v1.1.0) _<sup>released at 2020-05-23 02:52:27 UTC</sup>_