diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c480df..089899a 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.3.0] + ### Added - Option to add attached files to Digital Shipments. @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/itk-dev-rpa/OpenPostbud/compare/0.2.0...HEAD +[Unreleased]: https://github.com/itk-dev-rpa/OpenPostbud/compare/0.3.0...HEAD +[0.3.0]: https://github.com/itk-dev-rpa/OpenPostbud/releases/tag/0.3.0 [0.2.0]: https://github.com/itk-dev-rpa/OpenPostbud/releases/tag/0.2.0 [0.1.0]: https://github.com/itk-dev-rpa/OpenPostbud/releases/tag/0.1.0 [0.0.1]: https://github.com/itk-dev-rpa/OpenPostbud/releases/tag/0.0.1 diff --git a/pyproject.toml b/pyproject.toml index 4f8b9b9..253ddb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "OpenPostbud" -version = "0.2.0" +version = "0.3.0" authors = [ { name="Mathias Gammelgaard", email="ghbm@aarhus.dk" }, ]