* Added support for HubModule v1 in KerasLayer with default tags/signatures.
* Added support for the KerasLayer to specify tags, signature, as_dict, and
output_key arguments.
* Miscellaneous fixes to `hub.KerasLayer`
* Documentation update for TensorFlow 2.
* Use `hub.load()` and `hub.KerasLayer` with TF2 (also works in 1.15).
* For TF1, `hub.Module` and it's associated APIs remain available.