diff --git a/runtimeconfig/CHANGELOG.md b/runtimeconfig/CHANGELOG.md index 35f0bb0b1fa7..0c9c33864c82 100644 --- a/runtimeconfig/CHANGELOG.md +++ b/runtimeconfig/CHANGELOG.md @@ -4,6 +4,33 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## 0.28.2 + +12-10-2018 13:05 PST + + +### Implementation Changes +- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Fix variable nanosecond timestamp `update_time` from response ([#4819](https://github.com/googleapis/google-cloud-python/pull/4819)) + +### Dependencies +- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Documentation +- Update README service links in quickstart guides. ([#6322](https://github.com/googleapis/google-cloud-python/pull/6322)) +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) +- Prep docs for repo split. ([#6023](https://github.com/googleapis/google-cloud-python/pull/6023)) + +### Internal / Testing Changes +- Add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795)) +- Blackening Continued... ([#6667](https://github.com/googleapis/google-cloud-python/pull/6667)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) +- Add tests with microseconds and nanoseconds ([#5150](https://github.com/googleapis/google-cloud-python/pull/5150)) +- Fix bad trove classifier + ## 0.28.1 ### Implementation changes diff --git a/runtimeconfig/setup.py b/runtimeconfig/setup.py index 8debe4e499ce..8a5298f43c45 100644 --- a/runtimeconfig/setup.py +++ b/runtimeconfig/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-runtimeconfig' description = 'Google Cloud RuntimeConfig API client library' -version = '0.28.1' +version = '0.28.2' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'