diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6e72a..3c89359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## Unreleased + +## v6.0.0 - 2024-08-30 + - [Breaking] Use parameter object for passing options to `pact_service`. Rename parameter `pact_version` to `consumer_version`. - [#167](https://github.com/octoenergy/xocto/pull/167) + [#166](https://github.com/octoenergy/xocto/pull/166) +- Fix bug with `list_files` method in `S3SubdirectoryFileStore` [#171] (https://github.com/octoenergy/xocto/pull/171) ## v5.1.0 - 2024-07-03 diff --git a/pyproject.toml b/pyproject.toml index 418a147..7821516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xocto" -version = "5.1.0" +version = "6.0.0" requires-python = ">=3.9" description = "Kraken Technologies Python service utilities" readme = "README.md"