Skip to content

Commit 06fb9a6

Browse files
chore(main): release 1.2.0 (#601)
1 parent b6068db commit 06fb9a6

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.2.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.1.0...v1.2.0) (2023-02-13)
4+
5+
6+
### Features
7+
8+
* improve reliability of certificate refresh ([#599](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/599)) ([e546efb](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/e546efbff967cd6880d2238ba4be2f8711952562))
9+
310
## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.0.0...v1.1.0) (2023-01-10)
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__ = "1.1.1-dev"
15+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)