This repository was archived by the owner on Jan 6, 2024. It is now read-only.

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.10.0](https://.com/googleapis/python-dialogflow-cx/compare/v1.9.1...v1.10.0) (2022-03-10)
4+
5+
6+
### Features
7+
8+
* added page in TestConfig ([#268](https://.com/googleapis/python-dialogflow-cx/issues/268)) ([61fd2dc](https://.com/googleapis/python-dialogflow-cx/commit/61fd2dc3512e4bcfdfc51cf085cc12cbbf1e043b))
9+
* **v3beta1:** added page in TestConfig ([#270](https://.com/googleapis/python-dialogflow-cx/issues/270)) ([a81f0c2](https://.com/googleapis/python-dialogflow-cx/commit/a81f0c23d5dc835bd6abdccd546ef00f6c421a74))
10+
11+
12+
### Documentation
13+
14+
* clarified wording around Cloud Storage usage ([61fd2dc](https://.com/googleapis/python-dialogflow-cx/commit/61fd2dc3512e4bcfdfc51cf085cc12cbbf1e043b))
15+
316
### [1.9.1](https://.com/googleapis/python-dialogflow-cx/compare/v1.9.0...v1.9.1) (2022-03-05)
417

518

Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.9.1"
22+
version = "1.10.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)