diff --git a/CHANGELOG.md b/CHANGELOG.md index c851669c22..dbfd175a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [1.18.3](https://github.com/googleapis/python-aiplatform/compare/v1.18.2...v1.18.3) (2022-11-01) + + +### Documentation + +* Add a sample for get_experiment_run_artifacts ([7266352](https://github.com/googleapis/python-aiplatform/commit/7266352ddddf035f68aed96d05d27bdf46559418)) + +## [1.18.3](https://github.com/googleapis/python-aiplatform/compare/v1.18.2...v1.18.3) (2022-10-31) + + +### Documentation + +* Add a sample for get_experiment_run_artifacts ([7266352](https://github.com/googleapis/python-aiplatform/commit/7266352ddddf035f68aed96d05d27bdf46559418)) + ## [1.18.2](https://github.com/googleapis/python-aiplatform/compare/v1.18.0...v1.18.2) (2022-10-20) diff --git a/google/cloud/aiplatform/releases.txt b/google/cloud/aiplatform/releases.txt new file mode 100644 index 0000000000..c625e5f9fe --- /dev/null +++ b/google/cloud/aiplatform/releases.txt @@ -0,0 +1,4 @@ +Use this file when you need to force a patch release with release-please. +Edit line 4 below with the version for the release. + + \ No newline at end of file diff --git a/google/cloud/aiplatform/version.py b/google/cloud/aiplatform/version.py index 33c230d6a0..776d33fe9d 100644 --- a/google/cloud/aiplatform/version.py +++ b/google/cloud/aiplatform/version.py @@ -15,4 +15,4 @@ # limitations under the License. # -__version__ = "1.18.2" +__version__ = "1.18.3"