diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 56bf35736bdc..6f410738da89 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -9,15 +9,20 @@ Change Log These are the release notes for JAX. -jax 0.1.69 (unreleased) +jax 0.1.70 (Unreleased) --------------------------- -* `GitHub commits `_. +* `GitHub commits `_. + +jax 0.1.69 (June 3, 2020) +--------------------------- + +* `GitHub commits `_. jax 0.1.68 (May 21, 2020) --------------------------- -* `GitHub commits `_. +* `GitHub commits `_. * New features: diff --git a/jax/version.py b/jax/version.py index e62ac8ea6899..101d63697ac2 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.68" +__version__ = "0.1.69"