Skip to content

Commit

Permalink
chore(main): release google-apps-card-v1 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 11, 2024
1 parent a3b7730 commit 683bff7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-apps-card-v1": "0.3.0",
"google-apps-card-v1": "0.4.0",
"google-apps-card-v1+FILLER": "0.0.0",
"google-apps-script-type": "1.5.0",
"google-apps-script-type+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-apps-card-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.4.0 (2024-06-11)

#### Features

* Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))

### 0.3.0 (2024-05-20)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-apps-card-v1/lib/google/apps/card/v1/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Google
module Apps
module Card
module V1
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end
end
end
Expand Down

0 comments on commit 683bff7

Please sign in to comment.