diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25f01ca..d0a2c8d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.6" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f1951..eec96b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/googleapis/python-appengine-logging/compare/v1.1.6...v1.2.0) (2022-12-15) + + +### Features + +* Add support for `google.cloud.appengine_logging.__version__` ([d3fe8be](https://github.com/googleapis/python-appengine-logging/commit/d3fe8befad49f9f400cc0e908330db5331b002ca)) + + +### Bug Fixes + +* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([#133](https://github.com/googleapis/python-appengine-logging/issues/133)) ([0d56105](https://github.com/googleapis/python-appengine-logging/commit/0d561057418b715932e7e734f59f7dd6342225cf)) + ## [1.1.6](https://github.com/googleapis/python-appengine-logging/compare/v1.1.5...v1.1.6) (2022-10-07) diff --git a/google/cloud/appengine_logging/gapic_version.py b/google/cloud/appengine_logging/gapic_version.py index 0d330d2..8f031bd 100644 --- a/google/cloud/appengine_logging/gapic_version.py +++ b/google/cloud/appengine_logging/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.1.6" # {x-release-please-version} +__version__ = "1.2.0" # {x-release-please-version}