diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0eb99d..9f803e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.16.4] - 2025-01-09 + ### Fixed - Google Drive connector in static mode now correctly displays in jupyter visualizations. diff --git a/Cargo.lock b/Cargo.lock index 675700cb..595860de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4657,7 +4657,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.16.3" +version = "0.16.4" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index c1d25bed..c212bf6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.16.3" +version = "0.16.4" edition = "2021" publish = false rust-version = "1.82"