Skip to content

Commit 98403c4

Browse files
chore: release 0.5.0 (#234)
1 parent bf81255 commit 98403c4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.4.3...v0.5.0) (2022-01-04)
4+
5+
6+
### Features
7+
8+
* add arg for specifying credentials ([#226](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/226)) ([85f5476](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/85f547696b76ad9634273caf68cf6ea93023b3ea))
9+
* add support for python 3.10 ([#227](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/227)) ([8359f85](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/8359f8560a3f6fa532493f1665949bf425a658c3))
10+
* expose Connector object to allow multiple connection configurations. ([#210](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/210)) ([cef1ed1](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/cef1ed143717988ac4252abc64cdc4403971ffb4))
11+
12+
13+
### Bug Fixes
14+
15+
* consolidate to 'ip_type' instead of 'ip_types' for connect args ([#220](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/220)) ([5f9cf58](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/5f9cf588d6b553fdac32cc0e9acafea990278dfc))
16+
317
### [0.4.3](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.4.2...v0.4.3) (2021-12-07)
418

519

google/cloud/sql/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.4.4-dev"
15+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)