Skip to content

Commit dfd2744

Browse files
chore: release 0.5.1
1 parent a0d8667 commit dfd2744

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.5.1](https://www.github.com/renovate-bot/cloud-sql-python-connector/compare/v0.5.0...v0.5.1) (2022-01-27)
4+
5+
6+
### Bug Fixes
7+
8+
* remove token padding strip ([#245](https://www.github.com/renovate-bot/cloud-sql-python-connector/issues/245)) ([cb77021](https://www.github.com/renovate-bot/cloud-sql-python-connector/commit/cb77021d3c6a3f25a8281f57c481737fd2ee792e))
9+
310
## [0.5.0](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.4.3...v0.5.0) (2022-01-04)
411

512

google/cloud/sql/connector/version.py

+1-1
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.5.1-dev"
15+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)