Skip to content

Commit dd60fa5

Browse files
chore(main): release 0.4.0 (#226)
1 parent 1a738fe commit dd60fa5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.3.0...v0.4.0) (2024-01-29)
4+
5+
6+
### Features
7+
8+
* add support for a custom user agent ([#233](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/233)) ([5c030c4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5c030c43315d9178c9f4efe9305ce74f95c93c41))
9+
* add support for public IP connections ([#227](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/227)) ([3ed3d37](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3ed3d3792aa2cbc3b579b5d3cdcf180f3826b1d6))
10+
11+
12+
### Dependencies
13+
14+
* Update dependency aiohttp to v3.9.2 ([#236](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/236)) ([4e15b6b](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/4e15b6bcde7dae47e94238ae052d11d4a672b770))
15+
* Update dependency cryptography to v42 ([#228](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/228)) ([05cc530](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/05cc530cde1f5849ee7c85e4ebcd320724dc5fc3))
16+
* Update dependency google-auth to v2.27.0 ([#231](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/231)) ([78c58b2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/78c58b2c778e734af5a0bb1419f9e0678b68d83a))
17+
18+
19+
### Documentation
20+
21+
* add asyncpg sample usage ([#225](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/225)) ([af708cb](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/af708cbcd22265ca26ffd73cc7df2f858aaf82f1))
22+
323
## [0.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.2.0...v0.3.0) (2024-01-17)
424

525

google/cloud/alloydb/connector/version.py

Lines changed: 1 addition & 1 deletion
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__ = "0.3.0"
15+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)