Skip to content

Commit 5e34c28

Browse files
chore(main): release 1.1.0 (GoogleCloudPlatform#280)
* chore(main): release 1.1.0 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jack Wotherspoon <[email protected]>
1 parent 4f58e72 commit 5e34c28

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.0.0...v1.1.0) (2024-04-16)
4+
5+
6+
### Features
7+
8+
* add support for PSC ([#291](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/291)) ([9698431](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9698431993cbca1d63fe61090f44ec977bff4f8d))
9+
10+
11+
### Dependencies
12+
13+
* update dependency aiohttp to v3.9.4 ([#299](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/299)) ([c3971bd](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c3971bd62b2390583378b6f976d31c1fcfdb39e7))
14+
* Update dependency google-auth to v2.29.0 ([#281](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/281)) ([473f4ab](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/473f4abbe8e7524c56bd530f13294283a6b4cbcf))
15+
* Update dependency pg8000 to v1.31.1 ([#292](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/292)) ([d845ac3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/d845ac3ffe539f05fb058fec1ff175a08aa888a0))
16+
317
## [1.0.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.1...v1.0.0) (2024-03-12)
418

519

google/cloud/alloydb/connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.0"
15+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)