Skip to content

Commit 525775a

Browse files
chore(main): release 1.2.3 (#704)
1 parent 1ad1d1e commit 525775a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.2...v1.2.3) (2023-05-08)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency cryptography to v40.0.2 ([#705](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/705)) ([5544086](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/55440868ffbea4ad653af9412aaeb762eb754277))
9+
* Update dependency google-auth to v2.17.3 ([#698](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/698)) ([37a5150](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/37a51509153e6353c9458dcbf9bc1100a963ddc2))
10+
* Update dependency Requests to v2.30.0 ([#717](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/717)) ([db4fbcb](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/db4fbcbfe3b35a64a3935320e650da36e1fd9e2d))
11+
312
## [1.2.2](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.1...v1.2.2) (2023-04-10)
413

514

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.2.3-dev"
15+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)