Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2022
1 parent b6a0d0b commit fe2e588
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.6.2...v0.7.0) (2022-07-12)


### ⚠ BREAKING CHANGES

* remove deprecated global 'connector.connect' function (#394)

### Features

* remove deprecated global 'connector.connect' function ([#394](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/394)) ([50b81fb](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/50b81fb2325f62231cb15e047d8b9145d95fc711))

## [0.6.2](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.6.1...v0.6.2) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/sql/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.3-dev"
__version__ = "0.7.0"

0 comments on commit fe2e588

Please sign in to comment.