Skip to content

Commit 4b8f578

Browse files
chore(main): release 1.14.0 (#234)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 88144d7 commit 4b8f578

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.0"
2+
".": "1.14.0"
33
}

packages/google-cloud-channel/CHANGELOG.md

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

3+
## [1.14.0](https://github.com/googleapis/python-channel/compare/v1.13.0...v1.14.0) (2023-05-25)
4+
5+
6+
### Features
7+
8+
* Add billing account to entitlement definitions [Cloud Channel API] ([f3a411b](https://github.com/googleapis/python-channel/commit/f3a411b74007f0abf2761f36f5626e3a54d25cc9))
9+
* Added partition_keys field to filter results from FetchReportResults ([#235](https://github.com/googleapis/python-channel/issues/235)) ([3e304f1](https://github.com/googleapis/python-channel/commit/3e304f1e26f3be410acd08f49ae20ffe116ee761))
10+
311
## [1.13.0](https://github.com/googleapis/python-channel/compare/v1.12.1...v1.13.0) (2023-03-16)
412

513

packages/google-cloud-channel/google/cloud/channel/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.13.0" # {x-release-please-version}
16+
__version__ = "1.14.0" # {x-release-please-version}

packages/google-cloud-channel/google/cloud/channel_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.13.0" # {x-release-please-version}
16+
__version__ = "1.14.0" # {x-release-please-version}

packages/google-cloud-channel/samples/generated_samples/snippet_metadata_google.cloud.channel.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-channel",
11-
"version": "0.1.0"
11+
"version": "1.14.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)