diff --git a/CHANGELOG.md b/CHANGELOG.md index d67840f7..ce1fe485 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.8.4] - 2024-03-18 + ### Fixed - Pathway will only require `LiteLLM` package, if you use one of the wrappers for `LiteLLM`. - Retries are implemented in `pw.io.airbyte.read`. diff --git a/Cargo.lock b/Cargo.lock index 27575dc1..6f4ecef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "pathway" -version = "0.8.3" +version = "0.8.4" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index b2cff0ae..56a8730a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.8.3" +version = "0.8.4" edition = "2021" publish = false rust-version = "1.76.0"