CHANGELOG.md in open_fda_api-0.0.6 vs CHANGELOG.md in open_fda_api-0.0.9

- old
+ new

@@ -1,6 +1,23 @@ ## [Unreleased] +## [0.0.9] - 2022-01-24 +- Filled out the following Drug endpoints: + - product_labeling + - ndc_directory + - recall_enforcement_reports + - drugs_at_fda + +## [0.0.8] - 2022-01-24 +- Delete the `OpenFdaApi.client` method since its only function was to forward messages + +## [0.0.7] - 2022-01-23 +- Use Faraday instead of using Net::HTTP directly +- Introduce `QueryInputs` to group query params passed in together + +## [0.0.6] - 2022-01-21 +- Support for more query fields + ## [0.0.5] - 2022-01-20 - Validate, against search fields given to us from openFDA API, when building queries. ## [0.0.4] - 2022-01-19 - Fix version string in changelog.