diff --git a/puma/CHANGELOG.md b/puma/CHANGELOG.md index e8e61c27c1..958d1bbe75 100644 --- a/puma/CHANGELOG.md +++ b/puma/CHANGELOG.md @@ -2,14 +2,25 @@ ## 1.2.0 / 2022-02-16 -* [Added] Add requests_count metric for Puma running in single mode. See [#1135](https://github.com/DataDog/integrations-extras/pull/1135). Thanks [anakinj](https://github.com/anakinj). -* [Added] Add allow_redirects option to config. See [#1001](https://github.com/DataDog/integrations-extras/pull/1001). -* [Fixed] Update conf.yaml.example files. See [#1147](https://github.com/DataDog/integrations-extras/pull/1147). +***Added***: + +* Add requests_count metric for Puma running in single mode. See [#1135](https://github.com/DataDog/integrations-extras/pull/1135). Thanks [anakinj](https://github.com/anakinj). +* Add allow_redirects option to config. See [#1001](https://github.com/DataDog/integrations-extras/pull/1001). + +***Fixed***: + +* Update conf.yaml.example files. See [#1147](https://github.com/DataDog/integrations-extras/pull/1147). + ## 1.1.0 / 2021-05-17 -* [Added] Sync conf.yaml.example. See [#737](https://github.com/DataDog/integrations-extras/pull/737). +***Added***: + +* Sync conf.yaml.example. See [#737](https://github.com/DataDog/integrations-extras/pull/737). + ## 1.0.0 / 2021-10-13 +***Added***: + * Initial release