Skip to content

Commit f2a6b7b

Browse files
chore: release 0.3.0 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shubha Rajan <[email protected]>
1 parent 3020037 commit f2a6b7b

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.3.0](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.2.1...v0.3.0) (2021-08-03)
4+
5+
6+
### Features
7+
8+
* support Active Directory auth for Windows ([#131](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/131)) ([66e4e2e](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/66e4e2e6b688bb5e9d7e41b72c5466128b4128e9))
9+
10+
11+
### Bug Fixes
12+
13+
* only replace refresh result if successful or current is invalid ([#135](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/135)) ([9c8ed67](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/9c8ed670377e3b2f9570d0bba7933ca8caf83d0d))
14+
* strip padding from access tokens if present ([#138](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/138)) ([1bc2ee4](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/1bc2ee4753bef515d79fcc15bd2ed804e01c47f2)), closes [#137](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/137)
15+
316
### [0.2.1](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.2.0...v0.2.1) (2021-07-13)
417

518

google/cloud/sql/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.2.2-dev"
15+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)