diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c0762..a61c751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## 3.0.8 - 2024-11-07 + +### Added + +- Added 'owner' field to RabbitMQ messages for private extractor support in v2. + ## 3.0.7 - 2023-10-11 ### Added diff --git a/sample-extractors/image-annotation-extractor/requirements.txt b/sample-extractors/image-annotation-extractor/requirements.txt index 7c54c75..681f6df 100644 --- a/sample-extractors/image-annotation-extractor/requirements.txt +++ b/sample-extractors/image-annotation-extractor/requirements.txt @@ -1 +1 @@ -pyclowder==3.0.7 +pyclowder==3.0.8 diff --git a/sample-extractors/wordcount/requirements.txt b/sample-extractors/wordcount/requirements.txt index 7c54c75..681f6df 100644 --- a/sample-extractors/wordcount/requirements.txt +++ b/sample-extractors/wordcount/requirements.txt @@ -1 +1 @@ -pyclowder==3.0.7 +pyclowder==3.0.8 diff --git a/setup.py b/setup.py index 0d6c1c4..9933301 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='pyclowder', - version='3.0.7', + version='3.0.8', description='Python SDK for the Clowder Data Management System', long_description=long_description,