- **BREAKING**: Remove `IOpenPgpCallback` and replace it with a lambda reference.
### [1.2.0] - 2020-01-25
- Fix unmarshalling of `OpenPgpError`
### [1.1.0] - 2019-12-26
- Update library dependencies
- Embed proguard rules in library
### [1.0.0] - 2019-11-29
- Update library dependencies
- Make logtags unique across classes to aid debugging
- **BREAKING**: Make parameters in OnBound interface non-null
- **BREAKING**: `OpenPgpApi#executeApiAsync` is now a `suspend` function and only works with a [coroutines](https://github.com/kotlin/kotlinx.coroutines) caller