Skip to content

Commit b2cddb5

Browse files
chore(main): release 0.1.3 (#73)
1 parent ff5a417 commit b2cddb5

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.3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.2...v0.1.3) (2023-08-08)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency aiohttp to v3.8.5 ([#79](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/79)) ([a397ea7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/a397ea7be96bc27abc9fc2a03a208c766924e72e))
9+
* Update dependency cryptography to v41.0.3 [SECURITY] ([#83](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/83)) ([5f87fe4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5f87fe415a73fd4a269355dded8f62eececf8855))
10+
* Update dependency pg8000 to v1.30.1 ([#85](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/85)) ([2a01414](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2a01414f221f2e208f3dae073d3700fcd8dbec74))
11+
312
## [0.1.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.1...v0.1.2) (2023-07-11)
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.3-dev"
15+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)