Skip to content

Commit 47724af

Browse files
chore(main): release 0.1.6 (#141)
1 parent 6605def commit 47724af

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14)
4+
5+
6+
### Bug Fixes
7+
8+
* use utcnow() for refresh calculation ([#155](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/155)) ([e33366f](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/e33366f89faa4dd526c51d91cbf3d81033b74edf))
9+
10+
11+
### Dependencies
12+
13+
* Update dependency cryptography to v41.0.5 ([#144](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/144)) ([01c6307](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/01c6307cc5b870275b39cfc91406df95b3ca5d47))
14+
* Update dependency pg8000 to v1.30.3 ([#149](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/149)) ([b487f31](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/b487f31790a42bda20b4e43a0334c2ce3e9a5994))
15+
316
## [0.1.5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-10-09)
417

518

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.5"
15+
__version__ = "0.1.6"

0 commit comments

Comments
 (0)