diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e9091e..b96fc8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,13 @@ * Remove outdated files ([#145](https://github.com/googleapis/google-cloudevents-python/issues/145)) ([888ccc5](https://github.com/googleapis/google-cloudevents-python/commit/888ccc54b46225ee27c3485e09eda0922535a195)) * **workflows:** Generator not executable, needs an interpreter. ([#150](https://github.com/googleapis/google-cloudevents-python/issues/150)) ([9c8db0e](https://github.com/googleapis/google-cloudevents-python/commit/9c8db0ea7f343e91ec51d9aaad6d90cad09cb4dd)) +## [0.15.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.14.0...v0.15.0) (2025-03-31) + + +### Features + +* Run the code generator ([#309](https://github.com/googleapis/google-cloudevents-python/issues/309)) ([467ba99](https://github.com/googleapis/google-cloudevents-python/commit/467ba995428ffb30c693fa798100e429a699e7d2)) + ## [0.14.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.13.0...v0.14.0) (2024-12-05) diff --git a/setup.cfg b/setup.cfg index 97098d6f..302fae23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = google-events -version = 0.14.0 +version = 0.15.0 author = Google LLC author_email = googleapis-packages@google.com description = Google Cloudevents library