diff --git a/CHANGELOG.md b/CHANGELOG.md index 6036d30f..dcecd21a 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.15.4] - 2024-11-18 + ### Added - `pw.io.kafka.read` now supports reading entries starting from a specified timestamp. - `pw.io.nats.read` and `pw.io.nats.write` methods for reading from and writing Pathway tables to NATS. diff --git a/Cargo.lock b/Cargo.lock index 95166d0b..4b1e2ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3951,7 +3951,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.15.3" +version = "0.15.4" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index f4b34ae1..656dcaf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.15.3" +version = "0.15.4" edition = "2021" publish = false rust-version = "1.79"