Skip to content

Commit

Permalink
chore: Release v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed May 9, 2022
1 parent c53c483 commit b1cdaf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.6.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.5.0...v4.6.0) (2022-05-09)

### Features

- Add support for Node.js 16 and Go 1.16 Runtimes ([#285](https://github.com/serverless/serverless-google-cloudfunctions/issues/285)) ([24e62d8](https://github.com/serverless/serverless-google-cloudfunctions/commit/24e62d8e12208049e2de1991fd30614545994e00)) ([Mark Davydov](https://github.com/markrity))
- Add support for secrets manager environment variables ([#287](https://github.com/serverless/serverless-google-cloudfunctions/issues/287)) ([4e59429](https://github.com/serverless/serverless-google-cloudfunctions/commit/4e59429ad2857cbc8d95ce70db6b41bed76b67ad)) ([Christopher Chow](https://github.com/christophersjchow))
- Support `provider.minInstances`([#283](https://github.com/serverless/serverless-google-cloudfunctions/issues/283)) ([66ba98f](https://github.com/serverless/serverless-google-cloudfunctions/commit/66ba98f3307110f8a19b4d5b3f798b71e791d2f5)) ([Jorge Montanez](https://github.com/jmontanezphysna))

## [4.5.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.4.0...v4.5.0) (2021-11-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-google-cloudfunctions",
"version": "4.5.0",
"version": "4.6.0",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Google Cloud Functions.",
"author": "serverless.com",
"repository": "serverless/serverless-google-cloudfunctions",
Expand Down

0 comments on commit b1cdaf2

Please sign in to comment.