From 6d707fd9a2f8985d8ff4cdf60f5457484067985a Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Mon, 6 Jul 2020 18:56:29 -0500 Subject: [PATCH] Version 1.5.0 (#69) * Revert "Version 2.0.0 (#67)" This reverts commit f2471b427ea7dbd8fd51f6634a6541b32fe821a2. * Revert "Add Cloud Events support for #55 (#56) (#64)" This reverts commit 8f3fe352a5aa909251fb4b8bb6b417b2e96a4beb. * Version 1.5.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0226093..78c5e524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support `cloudevent` signature type ([#55], [#56]) +## [1.5.0] - 2020-07-06 ### Changed - Framework will consume entire request before responding ([#66]) @@ -74,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.0.0...HEAD [2.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.0.0 +[1.5.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.5.0 [1.4.4]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.4 [1.4.3]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.3 [1.4.2]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.2