Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 4b46ad5

Browse files
chore(main): release 1.4.0 (#239)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 60659a4 commit 4b46ad5

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+
## [1.4.0](https://github.com/googleapis/python-game-servers/compare/v1.3.0...v1.4.0) (2022-02-15)
4+
5+
6+
### Features
7+
8+
* add api key support ([#238](https://github.com/googleapis/python-game-servers/issues/238)) ([9e22e6d](https://github.com/googleapis/python-game-servers/commit/9e22e6dd4e2543d694e33eb1ec2c4f9a05d8b940))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** remove libcst dependency ([#244](https://github.com/googleapis/python-game-servers/issues/244)) ([60659a4](https://github.com/googleapis/python-game-servers/commit/60659a404707156c3dd999ab5503cc0ddbcdacc5))
14+
* resolve DuplicateCredentialArgs error when using credentials_file ([746c116](https://github.com/googleapis/python-game-servers/commit/746c116ef4761141642a8399f5c749e391358c77))
15+
316
## [1.3.0](https://www.github.com/googleapis/python-game-servers/compare/v1.2.1...v1.3.0) (2021-11-09)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.3.0"
22+
version = "1.4.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)