* All functions now take an optional `user-agent <https://en.wikipedia.org/wiki/User_agent>`_ parameter in order to identify yourself to iNaturalist. If not set, `Pyinaturalist/<VERSION>` will be used.
0.7.0
* `rest_api.delete_observation()` now raises `ObservationNotFound` if the observation doesn't exist * minor dependencies update for security reasons
0.6.0
Not secure
* New function: `rest_api.delete_observation()`
0.5.0
Not secure
* New function: `node_api.get_observation()`
0.4.0
Not secure
* `create_observation()` now raises exceptions in case of errors.