CHANGELOG.md in elastic-apm-2.4.0 vs CHANGELOG.md in elastic-apm-2.5.0

- old
+ new

@@ -2,9 +2,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.5.0 (2019-03-01) + +### Added + +- Added the option `active` that will prevent the agent from starting if set to `false` ([#338](https://github.com/elastic/apm-agent-ruby/pull/338)) + +### Fixed + +- Fix error with `capture_body` and nested request bodies ([#339](https://github.com/elastic/apm-agent-ruby/pull/339)) + ## 2.4.0 (2019-02-27) ### Added - Added option to specify a custom server CA certificate ([#315](https://github.com/elastic/apm-agent-ruby/pull/315))