From b6b3571ee4b545df1f537fef384776d11e0ab083 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:48:19 +0000 Subject: [PATCH] release: 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- src/python_intercom/_version.py | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0bd..10f30916 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8286a4de..2d5253e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 0.2.0 (2024-07-19) + +Full Changelog: [v0.1.0...v0.2.0](https://github.com/intercom/python-intercom/compare/v0.1.0...v0.2.0) + +### Features + +* **api:** OpenAPI spec update ([7b99dc3](https://github.com/intercom/python-intercom/commit/7b99dc3ea6ce3c61845510a06f313624d92db628)) +* **api:** OpenAPI spec update ([632e659](https://github.com/intercom/python-intercom/commit/632e659f6a0694e1c262e77d8a1da664e67488fa)) +* **api:** OpenAPI spec update ([a561dff](https://github.com/intercom/python-intercom/commit/a561dffa1225722412e78890ea2668f58a3d6aa9)) +* **api:** update via SDK Studio ([44d360a](https://github.com/intercom/python-intercom/commit/44d360a2e477e2e3cbc2441a2f1ef6dae51e6331)) +* **api:** update via SDK Studio ([4f981c5](https://github.com/intercom/python-intercom/commit/4f981c5818eb35a61bcd98952c30322cce6b4e77)) +* **api:** update via SDK Studio ([1802937](https://github.com/intercom/python-intercom/commit/1802937e0c6c1366861f4d54d62335b132a6aca8)) +* **api:** update via SDK Studio ([c5ee578](https://github.com/intercom/python-intercom/commit/c5ee5781b766f90017b9e40e040dc6ee4010b403)) +* **api:** update via SDK Studio ([8d1d513](https://github.com/intercom/python-intercom/commit/8d1d5135cd2ad5a9e92116611e42e5ce471e4c55)) +* **api:** update via SDK Studio ([4b7275f](https://github.com/intercom/python-intercom/commit/4b7275faddb82e20d8beb21ad5d1edf8d1ff4e39)) +* **api:** update via SDK Studio ([cd48024](https://github.com/intercom/python-intercom/commit/cd480246a573bc08a1cc1182a318f1b3a3b6d709)) +* **api:** update via SDK Studio ([dfd8fba](https://github.com/intercom/python-intercom/commit/dfd8fbaea39b1e55b22ee632f7558e96a349e473)) +* **api:** update via SDK Studio ([0bd7ae4](https://github.com/intercom/python-intercom/commit/0bd7ae43a2ecfb9f6a190e50a72a139e772a279f)) +* **api:** update via SDK Studio ([638c48b](https://github.com/intercom/python-intercom/commit/638c48b6b6aa01b49232d89b8a8e8509055fc062)) +* **api:** update via SDK Studio ([bce089e](https://github.com/intercom/python-intercom/commit/bce089efbaf0406130d1ded51c15b752f332bc94)) +* **api:** update via SDK Studio ([635b1d1](https://github.com/intercom/python-intercom/commit/635b1d18a40f730ab28529301297a809e1c9d5dc)) +* **api:** update via SDK Studio ([b1b9219](https://github.com/intercom/python-intercom/commit/b1b92197c2758c1f121f52cf636033c4b9ba6f42)) +* **api:** update via SDK Studio ([e3069e9](https://github.com/intercom/python-intercom/commit/e3069e903f7188941c2a6f69a982bf6e49a04313)) +* **api:** update via SDK Studio ([6210114](https://github.com/intercom/python-intercom/commit/62101148adf4ecf0b5aeea53b110feaaba296ede)) +* **api:** update via SDK Studio ([aff3c46](https://github.com/intercom/python-intercom/commit/aff3c46f12717bee8bc2a662cd99f34c73e959af)) +* **api:** update via SDK Studio ([#255](https://github.com/intercom/python-intercom/issues/255)) ([8deb42a](https://github.com/intercom/python-intercom/commit/8deb42ab24714983c947bdef4efef870daaec3fc)) +* **api:** update via SDK Studio ([#256](https://github.com/intercom/python-intercom/issues/256)) ([0d233e4](https://github.com/intercom/python-intercom/commit/0d233e4dbe68cb7c248482730102077e0db7de08)) +* **api:** update via SDK Studio ([#257](https://github.com/intercom/python-intercom/issues/257)) ([e046f2f](https://github.com/intercom/python-intercom/commit/e046f2fd31706c3cb6c2b94e57d712a4f3323fc6)) + + +### Chores + +* **internal:** version bump ([#254](https://github.com/intercom/python-intercom/issues/254)) ([6d19734](https://github.com/intercom/python-intercom/commit/6d197342dd213266ed131ed30aba33ef2f8840b7)) + ## 0.1.0 (2024-07-17) Full Changelog: [v0.0.1...v0.1.0](https://github.com/intercom/python-intercom/compare/v0.0.1...v0.1.0) diff --git a/pyproject.toml b/pyproject.toml index db7bff73..9aab5836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-intercom" -version = "0.1.0" +version = "0.2.0" description = "The official Python library for the intercom API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/python_intercom/_version.py b/src/python_intercom/_version.py index 679e51a4..35e9cf4d 100644 --- a/src/python_intercom/_version.py +++ b/src/python_intercom/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "python_intercom" -__version__ = "0.1.0" # x-release-please-version +__version__ = "0.2.0" # x-release-please-version