Skip to content

Commit 87e0fc6

Browse files
chore: release google-cloud-functions 1.1.1 (#12413)
1 parent 33d146a commit 87e0fc6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

google-cloud-functions/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.1.1 / 2021-06-30
4+
5+
#### Bug Fixes
6+
7+
* Expand dependencies to include future 1.x releases of versioned clients
8+
39
### 1.1.0 / 2021-03-08
410

511
#### Features

google-cloud-functions/lib/google/cloud/functions/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module Functions
23-
VERSION = "1.1.0"
23+
VERSION = "1.1.1"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)