diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8cda3..8021c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [unreleased] + +### Added + +- Integrated support for more robust metadata handling ## [v0.7.14] - 15-09-2025 @@ -126,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -[unreleased]: https://github.com/Predixus/Orca/compare/v0.7.14...HEAD +[unreleased]: https://github.com/Predixus/Orca/compare/v0.8.0...HEAD +[v0.8.0]: https://github.com/Predixus/Orca/compare/v0.7.14...v0.8.0 [v0.7.14]: https://github.com/Predixus/Orca/compare/v0.7.13...v0.7.14 [v0.7.13]: https://github.com/Predixus/Orca/compare/v0.7.12...v0.7.13 [v0.7.12]: https://github.com/Predixus/Orca/compare/v0.7.11...v0.7.12 diff --git a/pyproject.toml b/pyproject.toml index 0bc11a3..be0dea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "orca-python" -version = "0.7.14" +version = "0.8.0" description = "Python SDK for the Predixus Orca product" authors = [ "Frederick Mannings "