diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbf69c..6c6a959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2023-07-13 + ### Added - Flag `TraRecord.raw` if data is stored as ADC values (int16) @@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial public release -[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.7.0...HEAD +[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.8.0...HEAD +[0.7.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.4...0.6.0 [0.5.4]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.3...0.5.4 diff --git a/pyproject.toml b/pyproject.toml index a348d8f..0edd062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vallenae" -version = "0.7.0" +version = "0.8.0" description = "Extract and analyze Acoustic Emission measurement data" authors = [{ name = "Lukas Berbuer", email = "software@vallen.de" }] readme = "README.md"