Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit ce5b181

Browse files
chore(main): release 0.15.0
1 parent 3cade4a commit ce5b181

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.2"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## [0.15.0](https://github.com/googleapis/python-analytics-data/compare/v0.14.2...v0.15.0) (2022-11-08)
4+
5+
6+
### Features
7+
8+
* Add `subject_to_thresholding` field to `ResponseMetadata` type ([#302](https://github.com/googleapis/python-analytics-data/issues/302)) ([779da22](https://github.com/googleapis/python-analytics-data/commit/779da22b33b509219188a26f6b3a2fab707fe69e))
9+
* add `tokens_per_project_per_hour` field to `PropertyQuota` type ([779da22](https://github.com/googleapis/python-analytics-data/commit/779da22b33b509219188a26f6b3a2fab707fe69e))
10+
* add support for `google.analytics.data.__version__` ([3cade4a](https://github.com/googleapis/python-analytics-data/commit/3cade4a266b8647eb85c18cb6c12a08ac05a023a))
11+
12+
13+
### Bug Fixes
14+
15+
* Add dict typing for client_options ([3cade4a](https://github.com/googleapis/python-analytics-data/commit/3cade4a266b8647eb85c18cb6c12a08ac05a023a))
16+
17+
18+
### Documentation
19+
20+
* Add a sample for using minute ranges in realtime reports ([#314](https://github.com/googleapis/python-analytics-data/issues/314)) ([4f1305f](https://github.com/googleapis/python-analytics-data/commit/4f1305f95232134c487f02d22d06a0d826655ad8))
21+
322
## [0.14.2](https://github.com/googleapis/python-analytics-data/compare/v0.14.1...v0.14.2) (2022-10-10)
423

524

google/analytics/data/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__ = "0.14.2" # {x-release-please-version}
16+
__version__ = "0.15.0" # {x-release-please-version}

0 commit comments

Comments
 (0)