diff --git a/CHANGELOG.md b/CHANGELOG.md index 2171e424..cf0cd221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.24.1](https://github.com/googleapis/proto-plus-python/compare/v1.24.0...v1.24.1) (2024-07-11) + + +### Documentation + +* Update message.py spelling error `paylod` → `payload` ([e59fc9a](https://github.com/googleapis/proto-plus-python/commit/e59fc9a4f8dd9fcb0804b77347662ae29d1a31a1)) + ## [1.24.0](https://github.com/googleapis/proto-plus-python/compare/v1.23.0...v1.24.0) (2024-06-11) diff --git a/proto/version.py b/proto/version.py index dbdc76e0..cfb2d60d 100644 --- a/proto/version.py +++ b/proto/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.24.0" +__version__ = "1.24.1"