Skip to content

Commit 37c4a75

Browse files
author
Baz
authored
🐛 Source Mixpanel: bumped version, hot-fix. (#9320)
1 parent d791972 commit 37c4a75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
- name: Mixpanel
413413
sourceDefinitionId: 12928b32-bf0a-4f1e-964f-07e12e37153a
414414
dockerRepository: airbyte/source-mixpanel
415-
dockerImageTag: 0.1.8.1
415+
dockerImageTag: 0.1.9
416416
documentationUrl: https://docs.airbyte.io/integrations/sources/mixpanel
417417
icon: mixpanel.svg
418418
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4202,7 +4202,7 @@
42024202
path_in_connector_config:
42034203
- "credentials"
42044204
- "client_secret"
4205-
- dockerImage: "airbyte/source-mixpanel:0.1.8.1"
4205+
- dockerImage: "airbyte/source-mixpanel:0.1.9"
42064206
spec:
42074207
documentationUrl: "https://docs.airbyte.io/integrations/sources/mixpanel"
42084208
connectionSpecification:

airbyte-integrations/connectors/source-mixpanel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.1.8.1
15+
LABEL io.airbyte.version=0.1.9
1616
LABEL io.airbyte.name=airbyte/source-mixpanel

docs/integrations/sources/mixpanel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Select the correct region \(EU or US\) for your Mixpanel project. See detail [he
5959

6060
| Version | Date | Pull Request | Subject |
6161
| :--- | :--- | :--- | :--- |
62-
| `0.1.8.1` | 2021-12-07 | [8429](https://github.com/airbytehq/airbyte/pull/8578) | Updated titles and descriptions |
62+
| `0.1.9` | 2021-12-07 | [8429](https://github.com/airbytehq/airbyte/pull/8578) | Updated titles and descriptions |
6363
| `0.1.7` | 2021-12-01 | [8381](https://github.com/airbytehq/airbyte/pull/8381) | Increased performance for `discovery` stage during connector setup |
6464
| `0.1.6` | 2021-11-25 | [8256](https://github.com/airbytehq/airbyte/issues/8256) | Deleted `date_window_size` and fix schemas date type issue |
6565
| `0.1.5` | 2021-11-10 | [7451](https://github.com/airbytehq/airbyte/issues/7451) | Support `start_date` older than 1 year |

0 commit comments

Comments
 (0)