chore: bump version number to 1.1.1

Include d6c6bb4b24 in addition to 1.1.0

PiperOrigin-RevId: 764478592
This commit is contained in:
Yifan Wang 2025-05-28 17:08:22 -07:00 committed by Copybara-Service
parent 609b3a572c
commit fda34ea9ff
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 1.1.1
### Features
* Add BigQuery first-party tools. See [here](https://github.com/google/adk-python/commit/d6c6bb4b2489a8b7a4713e4747c30d6df0c07961) for more details.
## 1.1.0
### Features

View File

@ -13,4 +13,4 @@
# limitations under the License.
# version: date+base_cl
__version__ = "1.1.0"
__version__ = "1.1.1"