diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e22ab8a..7480da07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-api-core/#history +## [2.8.3](https://github.com/googleapis/python-api-core/compare/v2.8.2...v2.8.3) (2022-08-24) + + +### Bug Fixes + +* require python 3.7+ ([#410](https://github.com/googleapis/python-api-core/issues/410)) ([7ddb8c0](https://github.com/googleapis/python-api-core/commit/7ddb8c00e6be7ab6905a9a802ad1c3063fbfa46c)) + ## [2.8.2](https://github.com/googleapis/python-api-core/compare/v2.8.1...v2.8.2) (2022-06-13) diff --git a/google/api_core/version.py b/google/api_core/version.py index 839a77a1c..047a55add 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.8.2" +__version__ = "2.8.3"