**Added**
- SecureNN with int64 support has landed, a tensorflow build with int64 matmul support must be used. See details on how to do that [here](./README.mdsecurenn-int64-support)
- Cryptographically secure random numbers feature has been implemented.
- Three new ops are now supported: Pad, BatchToSpaceND, SpaceToBatchND
**Changed**
- There are now separate wheels published to PyPI for MacOS and Linux.
- Various documentation updates.