| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,18 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [1.12.0](https://github.com/googleapis/python-os-config/compare/v1.11.2...v1.12.0) (2022-07-07) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * add audience parameter ([d700d11](https://github.com/googleapis/python-os-config/commit/d700d1171f2ceab7aaf362eeff385c9733cf456c)) | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + ### Bug Fixes | ||
| 12 | + | ||
| 13 | + * **deps:** require google-api-core >= 2.8.0 ([#213](https://github.com/googleapis/python-os-config/issues/213)) ([d700d11](https://github.com/googleapis/python-os-config/commit/d700d1171f2ceab7aaf362eeff385c9733cf456c)) | ||
| 14 | + * require python 3.7+ ([#215](https://github.com/googleapis/python-os-config/issues/215)) ([397e04d](https://github.com/googleapis/python-os-config/commit/397e04d1b76dc8d5145109140ac41be84609adac)) | ||
| 15 | + | ||
| 3 | 16 | ## [1.11.2](https://github.com/googleapis/python-os-config/compare/v1.11.1...v1.11.2) (2022-06-03) | |
| 4 | 17 | ||
| 5 | 18 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | 25 | name = "google-cloud-os-config" | |
| 26 | 26 | description = "Google Cloud OS Config API client library" | |
| 27 | - version = "1.11.2" | ||
| 27 | + version = "1.12.0" | ||
| 28 | 28 | # Should be one of: | |
| 29 | 29 | # 'Development Status :: 3 - Alpha' | |
| 30 | 30 | # 'Development Status :: 4 - Beta' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments