diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d180452..526ec25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.2.0...v0.3.0) (2023-12-21) + + +### Features + +* add support for domain-scoped projects ([#185](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/185)) ([59e10f1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/59e10f1f5576256a97abf767ee22cef0f8e904db)) + ## [0.2.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.6...v0.2.0) (2023-12-12) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 536691e4..bd531c2b 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.0" +__version__ = "0.3.0"