diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 61b0b4fc1945..62fb4f4995bf 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -9,10 +9,15 @@ Change Log These are the release notes for JAX. -jax 0.1.68 (unreleased) +jax 0.1.69 (unreleased) --------------------------- -* `GitHub commits `_. +* `GitHub commits `_. + +jax 0.1.68 (May 21, 2020) +--------------------------- + +* `GitHub commits `_. * New features: diff --git a/jax/version.py b/jax/version.py index c2481a8f80df..e62ac8ea6899 100644 --- a/jax/version.py +++ b/jax/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.67" +__version__ = "0.1.68"