Skip to content

Commit b46adc9

Browse files
chore(main): release 0.1.2 (#63)
1 parent 0ec7da9 commit b46adc9

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+
## [0.1.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.1...v0.1.2) (2023-07-11)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency cryptography to v41.0.2 ([#70](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/70)) ([0ec7da9](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/0ec7da987ea1802ad394592feb8bc1f4d41b7c8f))
9+
* Update dependency google-auth to v2.21.0 ([#65](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/65)) ([3f98082](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3f9808283d9983e0f7f02a814d3360582ae0656e))
10+
* Update dependency pg8000 to v1.29.8 ([#62](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/62)) ([9ca943d](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9ca943d89125a4bf220a3b54358514500c474f74))
11+
312
## [0.1.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.0...v0.1.1) (2023-06-08)
413

514

google/cloud/alloydb/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.1.2-dev"
15+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)