ironoxide 0.10.0

A pure-Rust SDK for accessing IronCore's privacy platform
Documentation
Release Checklist
=================

* Make sure all changes to be released are on `master`
* Decide on the new version number (we use semver)
* Write the CHANGELOG.md entry for the release by looking at the PRs
* Commit `Cargo.toml` (for version number) and `CHANGELOG.md` to your local git. 
  - paste changelog for the release into the commit message (For Github releases)
* `cargo package` to see if there are any issues
* `git tag <NEW_VER_NUM> && git push origin <NEW_VER_NUM> && git push` (eg: 0.5.2)
* `cargo publish`
* Check crates.io and docs.rs sites for new version