Skip to content

Commit aa69dd2

Browse files
chore(main): release 1.0.0 (#554)
* chore(main): release 1.0.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jack Wotherspoon <[email protected]>
1 parent ef9d2df commit aa69dd2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.9.3...v1.0.0) (2022-12-06)
4+
5+
6+
### Features
7+
8+
* add support for MySQL auto IAM AuthN ([#466](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/466)) ([80644d7](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/80644d7296321d7f00c0dd9b9fd8041bb92bb512))
9+
310
## [0.9.3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.9.2...v0.9.3) (2022-11-03)
411

512

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.9.4-dev"
15+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)