What's Changed
* Changed required tensorflow version from nightly to 2.8.0. by copybara-service in https://github.com/deepmind/tf2jax/pull/8
* Enable custom_gradient support by default. by copybara-service in https://github.com/deepmind/tf2jax/pull/9
* Support NCHW in convolution, pooling and BiasAdd operations. by copybara-service in https://github.com/deepmind/tf2jax/pull/13 and https://github.com/deepmind/tf2jax/pull/14
* Fix a bug with shrink axis in StridedSlice. by copybara-service in https://github.com/deepmind/tf2jax/pull/17
* Support bool in MatrixDiagV3. by copybara-service in https://github.com/deepmind/tf2jax/pull/16
* Support TopKV2. by copybara-service in https://github.com/deepmind/tf2jax/pull/15
* Support XlaRngBitGenerator. copybara-service in https://github.com/deepmind/tf2jax/pull/19
**Full Changelog**: https://github.com/deepmind/tf2jax/compare/v0.1.1...v0.2.0