Skip to content

Commit

Permalink
release: Release functions_framework 0.11.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Jun 28, 2021
1 parent 2a4e45d commit 5a02784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/functions_framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a02784

Please sign in to comment.