Skip to content

Commit

Permalink
chore(main): release google-apis-core 0.15.0 (#18983)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 13, 2024
1 parent b8caede commit 0989c8e
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-apis-core": "0.14.1",
"google-apis-core": "0.15.0",
"google-apis-core+FILLER": "0.0.0",
"google-apis-generator": "0.14.0",
"google-apis-generator+FILLER": "0.0.0"
Expand Down
6 changes: 6 additions & 0 deletions google-apis-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 0.15.0 (2024-05-13)

#### Features

* Introduce api_version to discovery clients ([#18969](https://github.com/googleapis/google-api-ruby-client/issues/18969))

### 0.14.1 (2024-03-13)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google-apis-core/lib/google/apis/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module Core
# Core version
VERSION = "0.14.1".freeze
VERSION = "0.15.0".freeze
end
end
end

0 comments on commit 0989c8e

Please sign in to comment.