Skip to content

Commit a507271

Browse files
chore(main): release 1.1.0 (#569)
1 parent 565b2dc commit a507271

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.0.0...v1.1.0) (2023-01-10)
4+
5+
6+
### Features
7+
8+
* add support for Python 3.11 ([#577](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/577)) ([b2669be](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b2669bef72ec3a056be0646d92c18acf9a8166c7))
9+
* format `user` argument for automatic IAM authn ([#449](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/449)) ([88f5bcd](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/88f5bcd531aec696998fe8c7485b9291a26f3c2e))
10+
11+
12+
### Bug Fixes
13+
14+
* update TLS protocol for python3.10 ([#575](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/575)) ([bb4ab5d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/bb4ab5d482d8065e8e866648ffcf43b9b4f8e9a2))
15+
316
## [1.0.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.9.3...v1.0.0) (2022-12-06)
417

518

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__ = "1.0.1-dev"
15+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)