diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b0111e4..45e4954af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,11 @@ Remember to align the itemized text with the first line of an item within a list PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. --> -## jax 0.2.16 (unreleased) -* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.15...main). +## jax 0.2.17 (unreleased) +* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.16...main). + +## jax 0.2.16 (June 23 2021) +* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.15...jax-v0.2.16). ## jax 0.2.15 (June 23 2021) * [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.14...jax-v0.2.15). diff --git a/jax/version.py b/jax/version.py index f272a9465..5ae418731 100644 --- a/jax/version.py +++ b/jax/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.15" +__version__ = "0.2.16" _minimum_jaxlib_version = "0.1.65"