Skip to content

Commit 5a02784

Browse files
authored
release: Release functions_framework 0.11.0 (#110)
1 parent 2a4e45d commit 5a02784

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### v0.11.0 / 2021-06-28
4+
5+
* UPDATED: Update CloudEvents dependency to 0.5 to get fixes for JSON formatting cases
6+
* FIXED: Updated Pub/Sub and Firebase event conversion logic to better align to Eventarc
7+
38
### v0.10.0 / 2021-06-01
49

510
* ADDED: Support raw pubsub events sent by the pubsub emulator

lib/functions_framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module FunctionsFramework
1717
# Version of the Ruby Functions Framework
1818
# @return [String]
1919
#
20-
VERSION = "0.10.0".freeze
20+
VERSION = "0.11.0".freeze
2121
end

0 commit comments

Comments
 (0)