diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1466700..380ba8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,8 +4,6 @@ on: workflow_dispatch: - push: - branches: dev env: INTG_NAME: requests @@ -26,8 +24,6 @@ with: # History of 200 should be more than enough to calculate commit count since last release tag fetch-depth: 200 - # Only for testing. Delete when merging with main branch - ref: dev - name: Get version and id #Id needed for env output variable diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cffbc..eff0291 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *Changes in the next release* + +## [0.3.0] - 2024-09-20 + ### Breaking changes - **🎉 This integration can now also run on the remote. From now on each release will have a tar.gz file attached that can be installed on the remote** (see [Run on the remote as a custom integration driver](/README.md#Run-on-the-remote-as-a-custom-integration-driver)) - ⚠️ Running custom integrations on the remote is currently only available in beta firmware releases and requires version 1.9.2 or newer. Please keep in mind that due to the beta status there are missing firmware features that require workarounds (see link above) and that changes in future beta updates may temporarily or permanently break the functionality of this integration as a custom integration. Please wait until custom integrations are available in stable firmware releases if you don't want to take these risks. diff --git a/driver.json b/driver.json index 77540eb..ccc28a0 100755 --- a/driver.json +++ b/driver.json @@ -1,6 +1,6 @@ { "driver_id": "requests", - "version": "0.3.0-dev", + "version": "0.3.0", "release_date": "2024-09-20", "min_core_api": "0.24.3", "name": {