diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c17dd..d7f55de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### v0.11.0 / 2021-06-28 + +* UPDATED: Update CloudEvents dependency to 0.5 to get fixes for JSON formatting cases +* FIXED: Updated Pub/Sub and Firebase event conversion logic to better align to Eventarc + ### v0.10.0 / 2021-06-01 * ADDED: Support raw pubsub events sent by the pubsub emulator diff --git a/lib/functions_framework/version.rb b/lib/functions_framework/version.rb index 5250f7a..45ede1f 100644 --- a/lib/functions_framework/version.rb +++ b/lib/functions_framework/version.rb @@ -17,5 +17,5 @@ module FunctionsFramework # Version of the Ruby Functions Framework # @return [String] # - VERSION = "0.10.0".freeze + VERSION = "0.11.0".freeze end