diff --git a/CHANGELOG.md b/CHANGELOG.md index 10baeab..55d4e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.25] + +### Fixed + +- Make the `GooglePublisher` type and APIs public + ([#117](https://github.com/trailofbits/pypi-attestations/pull/117)) + ## [0.0.24] ### Added @@ -288,7 +295,8 @@ This is a corrective release for [0.0.14]. - Initial implementation -[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...HEAD +[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...HEAD +[0.0.25]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...v0.0.25 [0.0.24]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24 [0.0.23]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23 [0.0.22]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...v0.0.22 diff --git a/src/pypi_attestations/__init__.py b/src/pypi_attestations/__init__.py index b910e5b..5ef223b 100644 --- a/src/pypi_attestations/__init__.py +++ b/src/pypi_attestations/__init__.py @@ -1,6 +1,6 @@ """The `pypi-attestations` APIs.""" -__version__ = "0.0.24" +__version__ = "0.0.25" from ._impl import ( Attestation,