diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fe179..ea119ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### `sea-streamer-file` 0.3.7 - 2023-10-18 + +* Added `FileProducer::path()`, `FileConsumer::file_id()`, `FileProducer::file_id()` + ### `sea-streamer-file` 0.3.6 - 2023-10-04 * Added `create_only` to `FileConnectOptions` diff --git a/sea-streamer-file/Cargo.toml b/sea-streamer-file/Cargo.toml index 35ab498..6ca591a 100644 --- a/sea-streamer-file/Cargo.toml +++ b/sea-streamer-file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-streamer-file" -version = "0.3.6" +version = "0.3.7" authors = ["Chris Tsang "] edition = "2021" description = "🌊 SeaStreamer File Backend"