diff --git a/CHANGELOG.md b/CHANGELOG.md index e780407..76af754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. -## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.1...main) +## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.8.0...main) + ## [0.8.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.1...0.8.0) (2023-10-27) + ### Feature + * feat: psr ([`a8cf066`](https://github.com/afuetterer/oaipmh-scythe/commit/a8cf06607a2f29bfff3d56ef7a62d282da0be5d3)) + ### Fix + * fix: psr ([`1706597`](https://github.com/afuetterer/oaipmh-scythe/commit/1706597dd275f22a821e8710e08b681576f5ec20)) ## [0.7.1](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.0...0.7.1) (2023-10-27) ### Documentation * docs(readme): add license badge to readme ([`2446ba4`](https://github.com/afuetterer/oaipmh-scythe/commit/2446ba4a3bafc43412f828b773d49231fc2e69c2)) diff --git a/src/oaipmh_scythe/__init__.py b/src/oaipmh_scythe/__init__.py index 244dd4f..99100ba 100644 --- a/src/oaipmh_scythe/__init__.py +++ b/src/oaipmh_scythe/__init__.py @@ -12,4 +12,4 @@ "OAIResponse", ] -__version__ = "0.7.1" +__version__ = "0.8.0"