CHANGELOG.md in crunchbase4-0.1.2 vs CHANGELOG.md in crunchbase4-0.1.3

- old
+ new

@@ -1,17 +1,23 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.1.3] - 2020-06-09 + +### Added +- Implemented `deleted_entities` API to allow user get deleted entities by collection_ids +- Implemented `fetch(entity_id, card_id)` API, allow user get the entity with card_id data + ## [0.1.2] - 2020-06-07 ### Added - Implemented searches APIs to get the recent updates entities on Search - organzations - people - funding rounds -- Implemented autocomplete API to allow user filter entities by keyword +- Implemented `autocompletes` API to allow user filter entities by keyword - organzations - people - funding rounds ## [0.1.1] - 2020-06-06 @@ -29,6 +35,6 @@ - Implemented APIs to get organzation and funding round of Entity ## [0.0.0] - 2020-06-01 -- Learning the Crunchbase V4 document and ready to create the new Gem +- Learning the Crunchbase V4 API changes then creating the Gem