Skip to content

Commit 7cbd325

Browse files
chore(main): release 0.1.1 (#45)
1 parent 48dde7b commit 7cbd325

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.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.0...v0.1.1) (2023-06-08)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency cryptography to v41.0.1 ([#50](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/50)) ([409da16](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/409da169e93c4739dd92d6364355b2fdbeea6ed1))
9+
* Update dependency google-auth to v2.19.1 ([#52](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/52)) ([2be8fbc](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2be8fbc897035ce9a88719b5317a413073408e91))
10+
* Update dependency pg8000 to v1.29.6 ([#48](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/48)) ([ef53f03](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/ef53f0394f87e6589adbe208a519ba2c8631aab2))
11+
312
## 0.1.0 (2023-05-24)
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.1-dev"
15+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)