diff --git a/CHANGELOG.md b/CHANGELOG.md index 9498d19f3..5c5870dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,15 @@ 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.23 (Unreleased) +* [GitHub + commits](https://github.com/google/jax/compare/jax-v0.2.22...main). + ## jaxlib 0.1.73 (Unreleased) -## jax 0.2.22 (Unreleased) +## jax 0.2.22 (Oct 12, 2021) * [GitHub - commits](https://github.com/google/jax/compare/jax-v0.2.21...main). + commits](https://github.com/google/jax/compare/jax-v0.2.21...jax-v0.2.22). * Breaking Changes * Static arguments to `jax.pmap` must now be hashable. diff --git a/jax/version.py b/jax/version.py index c15668124..3bc8496d6 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.21" +__version__ = "0.2.22" _minimum_jaxlib_version = "0.1.69"